summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Lee <glen.lee@atmel.com>2015-10-02 08:22:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-02 13:02:15 +0300
commit9cdf6e7bd3f87485a5d1fddcbc7e9969cbb9be4b (patch)
treef944bb89667736568e53d08487972f041bc663b4
parent814bc36807e26ffbee40dd81de3ae398b608c266 (diff)
downloadlinux-9cdf6e7bd3f87485a5d1fddcbc7e9969cbb9be4b.tar.xz
staging: wilc1000: remove unused variable real_ndev
This patch removes unused variable real_ndev. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 e553b0cb1db5..81c1ad376600 100644
--- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@ -187,7 +187,6 @@ typedef struct {
const struct firmware *wilc_firmware;
- struct net_device *real_ndev;
#ifdef WILC_SDIO
struct sdio_func *wilc_sdio_func;
#else