From: Chen Lin Date: Mon, 15 Feb 2021 13:02:54 +0000 (+0800) Subject: staging: rtl8723bs: Remove unused function pointer typedef wi_act_func X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3ff279e95f10bea3d359318102d54af748847d7;p=linux.git staging: rtl8723bs: Remove unused function pointer typedef wi_act_func Remove the 'wi_act_func' typedef as it is not used. Signed-off-by: Chen Lin Link: https://lore.kernel.org/r/1613394174-3826-1-git-send-email-chen45464546@163.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_mp.h b/drivers/staging/rtl8723bs/include/rtw_mp.h index ab7cd51ce6818..2ea7100c3a4cc 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;