RE: [PATCH] staging: wilc1000: Remove commented variable declerations

From: Sharma, Abhishek (A.)
Date: Wed Jun 03 2015 - 06:21:00 EST


Please discard this patch . I will send V2 of it .

-----Original Message-----
From: Sharma, Abhishek (A.)
Sent: Wednesday, June 03, 2015 3:26 PM
To: Johnny Kim; Rachel Kim; Dean Lee; Chris Park; Greg Kroah-Hartman; linux-wireless@xxxxxxxxxxxxxxx; devel@xxxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
Subject: [PATCH] staging: wilc1000: Remove commented variable declerations

Removing the commented static variable declerations.

Signed-off-by: Abhishek Sharma <asharm14@xxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/