Commit 1c22233a authored by Chen Lin's avatar Chen Lin Committed by Kalle Valo

cw1200: Remove unused function pointer typedef cw1200_wsm_handler

Remove the 'cw1200_wsm_handler' typedef as it is not used.
Signed-off-by: default avatarChen Lin <chen.lin5@zte.com.cn>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1613446918-4532-1-git-send-email-chen45464546@163.com
parent 197b9c15
...@@ -42,9 +42,6 @@ enum cw1200_bh_pm_state { ...@@ -42,9 +42,6 @@ enum cw1200_bh_pm_state {
CW1200_BH_RESUME, CW1200_BH_RESUME,
}; };
typedef int (*cw1200_wsm_handler)(struct cw1200_common *priv,
u8 *data, size_t size);
static void cw1200_bh_work(struct work_struct *work) static void cw1200_bh_work(struct work_struct *work)
{ {
struct cw1200_common *priv = struct cw1200_common *priv =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment