summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.h
diff options
context:
space:
mode:
authorLeo Kim <leo.kim@atmel.com>2015-11-06 11:20:00 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commit0e354a8e650de974e03eeaa9a1cb1bc379e89968 (patch)
treed4a6a0325a679cbd7b41e116cbaf6ffae5559f69 /drivers/staging/wilc1000/wilc_wlan.h
parent14cdc0a14bf681ffb1ef2b7ba6edb66933300600 (diff)
downloadop-kernel-dev-0e354a8e650de974e03eeaa9a1cb1bc379e89968.zip
op-kernel-dev-0e354a8e650de974e03eeaa9a1cb1bc379e89968.tar.gz
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 <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wlan.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan.h4
1 files changed, 0 insertions, 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;
OpenPOWER on IntegriCloud