summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_if.h
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-11-06 18:40:18 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-15 20:02:47 -0800
commit060a8a23f51c4ccc0ec70619e8f70d93870ef081 (patch)
treed3e34fa43631f105c63e23305d28a6508164d590 /drivers/staging/wilc1000/wilc_wlan_if.h
parent62342c7af7dd5c0f9c3a8c2c57d9afdf53d92507 (diff)
downloadop-kernel-dev-060a8a23f51c4ccc0ec70619e8f70d93870ef081.zip
op-kernel-dev-060a8a23f51c4ccc0ec70619e8f70d93870ef081.tar.gz
staging: wilc1000: remove unused function pointer io_deinit
This patch removes function pointer io_deinit which is never used, and delete it's related codes also. 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_if.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wlan_if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h
index d0b5bc3..b43e439 100644
--- a/drivers/staging/wilc1000/wilc_wlan_if.h
+++ b/drivers/staging/wilc1000/wilc_wlan_if.h
@@ -74,7 +74,6 @@ typedef struct {
typedef struct {
int io_type;
- void (*io_deinit)(void *);
} wilc_wlan_io_func_t;
#define WILC_MAC_INDICATE_STATUS 0x1
OpenPOWER on IntegriCloud