staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t
authorLeo Kim <leo.kim@atmel.com>
Fri, 6 Nov 2015 02:20:00 +0000 (11:20 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
This patch removes unused typedef wilc_wlan_cfg_func_t of wilc_wlan.h.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.h

index d15c848d8a7bc67a6ed78b25bf8144659a39f2d4..6c784fd591e6c2a10ec02907fafe409ce7a4457d 100644 (file)
@@ -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;
This page took 0.030149 seconds and 5 git commands to generate.