]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: rtl8723bs: Remove unused function pointer typedef wi_act_func
authorChen Lin <chen.lin5@zte.com.cn>
Mon, 15 Feb 2021 13:02:54 +0000 (21:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:25 +0000 (09:25 +0100)
Remove the 'wi_act_func' typedef as it is not used.

Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
Link: https://lore.kernel.org/r/1613394174-3826-1-git-send-email-chen45464546@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_mp.h

index ab7cd51ce68182823b45e15b4a630fd878612f04..2ea7100c3a4cc302de8375acf70572e73b51fc5b 100644 (file)
@@ -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;