[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1613394174-3826-1-git-send-email-chen45464546@163.com>
Date: Mon, 15 Feb 2021 21:02:54 +0800
From: Chen Lin <chen45464546@....com>
To: gregkh@...uxfoundation.org
Cc: ross.schm.dev@...il.com, foxhlchen@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Chen Lin <chen.lin5@....com.cn>
Subject: [PATCH] staging: rtl8723bs: Remove unused function pointer typedef wi_act_func
From: Chen Lin <chen.lin5@....com.cn>
Remove the 'wi_act_func' typedef as it is not used.
Signed-off-by: Chen Lin <chen.lin5@....com.cn>
---
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
Powered by blists - more mailing lists