summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
diff options
context:
space:
mode:
authorTony Cho2015-10-14 13:46:29 +0200
committerGreg Kroah-Hartman2015-10-17 06:31:25 +0200
commit9b7ecb01886b4ad34e3cbabb08796bff1e1a709d (patch)
treec24a02b325139dbfc36e2548d16040f46ad5f1a3 /drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
parentStaging: wilc1000: Remove null check before kfree (diff)
downloadkernel-qcow2-linux-9b7ecb01886b4ad34e3cbabb08796bff1e1a709d.tar.gz
kernel-qcow2-linux-9b7ecb01886b4ad34e3cbabb08796bff1e1a709d.tar.xz
kernel-qcow2-linux-9b7ecb01886b4ad34e3cbabb08796bff1e1a709d.zip
staging: wilc1000: remove extern declarations of g_linux_wlan
This patch removes extern declaration of g_linux_wlan from the followings because it is declared as extern in the wilc_wfi_netdevice.h file. - linux_mon.c - linux_wlan_sdio.c - wilc_wfi_cfgoperations.c Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_wfi_cfgoperations.c')
-rw-r--r--drivers/staging/wilc1000/wilc_wfi_cfgoperations.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
index 706912b84798..a950b043e9a5 100644
--- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
+++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
@@ -35,7 +35,6 @@ static u8 op_ifcs;
extern u8 u8ConnectedSSID[6];
u8 g_wilc_initialized = 1;
-extern linux_wlan_t *g_linux_wlan;
extern bool g_obtainingIP;
#define CHAN2G(_channel, _freq, _flags) { \
@@ -2192,7 +2191,6 @@ void WILC_WFI_add_wilcvendorspec(u8 *buff)
* @date 01 JUL 2012
* @version
*/
-extern linux_wlan_t *g_linux_wlan;
extern bool bEnablePS;
static int mgmt_tx(struct wiphy *wiphy,
struct wireless_dev *wdev,