[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150603100909.GA26017@jarvis.asia.jci.com>
Date: Wed, 3 Jun 2015 10:09:16 +0000
From: "Sharma, Abhishek (A.)" <asharm14@...teon.com>
To: Johnny Kim <johnny.kim@...el.com>,
Rachel Kim <rachel.kim@...el.com>,
"Dean Lee" <dean.lee@...el.com>, Chris Park <chris.park@...el.com>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
"linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>
Subject: [PATCH v2] staging: wilc1000: Remove commented variable declerations
From: Abhishek Sharma <asharm14@...teon.com>
Removing the commented static variable declerations.
Signed-off-by: Abhishek Sharma <asharm14@...teon.com>
---
drivers/staging/wilc1000/wilc_wlan.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c
index e63788f..e1d9755 100644
--- a/drivers/staging/wilc1000/wilc_wlan.c
+++ b/drivers/staging/wilc1000/wilc_wlan.c
@@ -29,10 +29,6 @@ int sdio_xfer_cnt(void);
uint32_t wilc_get_chipid(uint8_t update);
WILC_Uint16 Set_machw_change_vir_if(WILC_Bool bValue);
-/* static uint32_t vmm_table[WILC_VMM_TBL_SIZE]; */
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
-
-/* static uint32_t vmm_table_rbk[WILC_VMM_TBL_SIZE]; */
typedef struct {
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists