summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_netdevice.h
diff options
context:
space:
mode:
authorGlen Lee2015-11-18 07:11:37 +0100
committerGreg Kroah-Hartman2015-12-18 23:30:50 +0100
commit825b966f9ee283b47cc8fa463c638c7ed1d1d922 (patch)
tree5796050df5e404ca8ad31378aae3c159b3541800 /drivers/staging/wilc1000/wilc_wfi_netdevice.h
parentstaging: wilc1000: wilc_dbg: remove wilc (diff)
downloadkernel-qcow2-linux-825b966f9ee283b47cc8fa463c638c7ed1d1d922.tar.gz
kernel-qcow2-linux-825b966f9ee283b47cc8fa463c638c7ed1d1d922.tar.xz
kernel-qcow2-linux-825b966f9ee283b47cc8fa463c638c7ed1d1d922.zip
staging: wilc1000: use wilc instead of wilc_dev and remove wilc_dev
This patch changes wilc_dev with wilc in the function call wilc_wlan_get_num_conn_ifcs, and remove wilc_dev and it's related codes. 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_wfi_netdevice.h')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 4c8de8b19c83..212d607748e9 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -205,7 +205,6 @@ struct WILC_WFI_mon_priv {
int wilc1000_wlan_init(struct net_device *dev, perInterface_wlan_t *p_nic);
-extern struct wilc *wilc_dev;
extern struct net_device *WILC_WFI_devs[];
void wilc_frmw_to_linux(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset);
void wilc_mac_indicate(struct wilc *wilc, int flag);