From: Leo Kim Date: Fri, 6 Nov 2015 02:20:00 +0000 (+0900) Subject: staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t X-Git-Tag: v4.5-rc1~122^2~484 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e354a8e650de974e03eeaa9a1cb1bc379e89968;p=karo-tx-linux.git staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t This patch removes unused typedef wilc_wlan_cfg_func_t of wilc_wlan.h. Signed-off-by: Leo Kim Signed-off-by: Glen Lee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h index d15c848d8a7b..6c784fd591e6 100644 --- a/drivers/staging/wilc1000/wilc_wlan.h +++ b/drivers/staging/wilc1000/wilc_wlan.h @@ -271,10 +271,6 @@ struct wilc_cfg_frame { u8 frame[MAX_CFG_FRAME_SIZE]; }; -typedef struct { - int (*wlan_tx)(u8 *, u32, wilc_tx_complete_func_t); -} wilc_wlan_cfg_func_t; - typedef struct { int type; u32 seq_no;