Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cw1200: Remove unused function pointer typedef cw1200_wsm_handler

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

Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1613446918-4532-1-git-send-email-chen45464546@163.com

authored by

Chen Lin and committed by
Kalle Valo
1c22233a 197b9c15

-3
-3
drivers/net/wireless/st/cw1200/bh.c
··· 42 42 CW1200_BH_RESUME, 43 43 }; 44 44 45 - typedef int (*cw1200_wsm_handler)(struct cw1200_common *priv, 46 - u8 *data, size_t size); 47 - 48 45 static void cw1200_bh_work(struct work_struct *work) 49 46 { 50 47 struct cw1200_common *priv =