mirror of https://gitee.com/openkylin/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 <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>
This commit is contained in:
parent
cedbc3ac57
commit
b3ff279e95
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue