2021-02-15 13:06:49

by Chen Lin

[permalink] [raw]
Subject: [PATCH] staging: rtl8723bs: Remove unused function pointer typedef wi_act_func

From: Chen Lin <[email protected]>

Remove the 'wi_act_func' typedef as it is not used.

Signed-off-by: Chen Lin <[email protected]>
---
drivers/staging/rtl8723bs/include/rtw_mp.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_mp.h b/drivers/staging/rtl8723bs/include/rtw_mp.h
index ab7cd51..2ea7100 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mp.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mp.h
@@ -31,8 +31,6 @@ struct mp_wiparam {
u32 io_value;
};

-typedef void(*wi_act_func)(void *padapter);
-
struct mp_tx {
u8 stop;
u32 count, sended;
--
1.7.9.5