All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wilc1000: Remove commented variable declerations
@ 2015-06-03  9:56 Sharma, Abhishek (A.)
  2015-06-03 10:06 ` Sharma, Abhishek (A.)
  2015-06-03 11:23 ` Sudip Mukherjee
  0 siblings, 2 replies; 4+ messages in thread
From: Sharma, Abhishek (A.) @ 2015-06-03  9:56 UTC (permalink / raw)
  To: Johnny Kim, Rachel Kim, Dean Lee, Chris Park, Greg Kroah-Hartman,
	linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
	linux-kernel@vger.kernel.org

Removing the commented static variable declerations.

Signed-off-by: Abhishek Sharma <asharm14@visteon.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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-03 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  9:56 [PATCH] staging: wilc1000: Remove commented variable declerations Sharma, Abhishek (A.)
2015-06-03 10:06 ` Sharma, Abhishek (A.)
2015-06-03 11:23 ` Sudip Mukherjee
2015-06-03 11:35   ` Sharma, Abhishek (A.)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.