summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_btcoex.c
diff options
context:
space:
mode:
authorNishka Dasgupta <nishkadg.linux@gmail.com>2019-07-01 11:53:03 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-01 10:50:22 +0200
commitb9c1def24bec59be2e157ef5f68de6e84fd3b306 (patch)
treeb43d190ad13ecfee0c019465005a8d334a263b49 /drivers/staging/rtl8723bs/core/rtw_btcoex.c
parent7d6a6e7be638e9c161dcdaa29373e7cbeddef0fc (diff)
downloadlinux-stable-b9c1def24bec59be2e157ef5f68de6e84fd3b306.tar.gz
linux-stable-b9c1def24bec59be2e157ef5f68de6e84fd3b306.tar.bz2
linux-stable-b9c1def24bec59be2e157ef5f68de6e84fd3b306.zip
staging: rtl8723bs: Remove rtw_btcoex_SuspendNotify()
Remove function rtw_btcoex_SuspendNotify as all it does is call hal_btcoex_SuspendNotify. Modify call sites accordingly. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/core/rtw_btcoex.c')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_btcoex.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_btcoex.c b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
index dd0aee1fa663..ab796ee12694 100644
--- a/drivers/staging/rtl8723bs/core/rtw_btcoex.c
+++ b/drivers/staging/rtl8723bs/core/rtw_btcoex.c
@@ -34,11 +34,6 @@ void rtw_btcoex_BtInfoNotify(struct adapter *padapter, u8 length, u8 *tmpBuf)
hal_btcoex_BtInfoNotify(padapter, length, tmpBuf);
}
-void rtw_btcoex_SuspendNotify(struct adapter *padapter, u8 state)
-{
- hal_btcoex_SuspendNotify(padapter, state);
-}
-
void rtw_btcoex_HaltNotify(struct adapter *padapter)
{
if (!padapter->bup) {