From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-db3on0132.outbound.protection.outlook.com ([157.55.234.132]:15495 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750704AbbFCKL1 convert rfc822-to-8bit (ORCPT ); Wed, 3 Jun 2015 06:11:27 -0400 From: "Sharma, Abhishek (A.)" 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" Subject: [PATCH] staging: wilc1000: Remove commented variable declerations Date: Wed, 3 Jun 2015 09:56:11 +0000 Message-ID: <20150603095523.GA25864@jarvis.asia.jci.com> (sfid-20150603_121131_577913_913A1092) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Removing the commented static variable declerations. Signed-off-by: Abhishek Sharma --- 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