diff options
author | Glen Lee <glen.lee@atmel.com> | 2015-10-02 08:22:12 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-02 13:02:15 +0300 |
commit | 9cdf6e7bd3f87485a5d1fddcbc7e9969cbb9be4b (patch) | |
tree | f944bb89667736568e53d08487972f041bc663b4 | |
parent | 814bc36807e26ffbee40dd81de3ae398b608c266 (diff) | |
download | linux-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.h | 1 |
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 |