mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 04:37:57 +07:00
rtw88: drop unused rtw_coex_coex_dm_reset()
0day reports:
sparse warnings:
drivers/net/wireless/realtek/rtw88/coex.c:2457:6: sparse:
symbol 'rtw_coex_coex_dm_reset' was not declared. Should it be static?
rtw_coex_coex_dm_reset() is not called. Remove it.
Fixes: 4136214f7c
("rtw88: add BT co-existence support")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
52929cad32
commit
d74d0767b9
@ -2454,11 +2454,6 @@ void rtw_coex_wl_fwdbginfo_notify(struct rtw_dev *rtwdev, u8 *buf, u8 length)
|
|||||||
rtw_coex_wl_ccklock_detect(rtwdev);
|
rtw_coex_wl_ccklock_detect(rtwdev);
|
||||||
}
|
}
|
||||||
|
|
||||||
void rtw_coex_coex_dm_reset(struct rtw_dev *rtwdev)
|
|
||||||
{
|
|
||||||
__rtw_coex_init_hw_config(rtwdev, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
void rtw_coex_wl_status_change_notify(struct rtw_dev *rtwdev)
|
void rtw_coex_wl_status_change_notify(struct rtw_dev *rtwdev)
|
||||||
{
|
{
|
||||||
struct rtw_coex *coex = &rtwdev->coex;
|
struct rtw_coex *coex = &rtwdev->coex;
|
||||||
|
Loading…
Reference in New Issue
Block a user