From 9cdf6e7bd3f87485a5d1fddcbc7e9969cbb9be4b Mon Sep 17 00:00:00 2001 From: Glen Lee Date: Fri, 2 Oct 2015 14:22:12 +0900 Subject: [PATCH] staging: wilc1000: remove unused variable real_ndev This patch removes unused variable real_ndev. Signed-off-by: Glen Lee Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1