[PATCH 61/73] staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t

Glen Lee glen.lee at atmel.com
Fri Nov 6 02:20:00 UTC 2015


From: Leo Kim <leo.kim at atmel.com>

This patch removes unused typedef wilc_wlan_cfg_func_t of wilc_wlan.h.

Signed-off-by: Leo Kim <leo.kim at atmel.com>
Signed-off-by: Glen Lee <glen.lee at atmel.com>
---
 drivers/staging/wilc1000/wilc_wlan.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h
index d15c848..6c784fd 100644
--- a/drivers/staging/wilc1000/wilc_wlan.h
+++ b/drivers/staging/wilc1000/wilc_wlan.h
@@ -272,10 +272,6 @@ struct wilc_cfg_frame {
 };
 
 typedef struct {
-	int (*wlan_tx)(u8 *, u32, wilc_tx_complete_func_t);
-} wilc_wlan_cfg_func_t;
-
-typedef struct {
 	int type;
 	u32 seq_no;
 } wilc_cfg_rsp_t;
-- 
1.9.1



More information about the devel mailing list