From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752204AbbFCKLf (ORCPT ); Wed, 3 Jun 2015 06:11:35 -0400 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 X-Greylist: delayed 305 seconds by postgrey-1.27 at vger.kernel.org; Wed, 03 Jun 2015 06:11:27 EDT 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 Thread-Topic: [PATCH] staging: wilc1000: Remove commented variable declerations Thread-Index: AQHQneOFurNTri1GrUSHWTBtreGRnA== Date: Wed, 3 Jun 2015 09:56:11 +0000 Message-ID: <20150603095523.GA25864@jarvis.asia.jci.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=asharm14@visteon.com; x-ms-exchange-messagesentrepresentingtype: 1 x-originating-ip: [91.212.132.114] x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB4PR06MB015; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(520003)(5005006)(3002001);SRVR:DB4PR06MB015;BCL:0;PCL:0;RULEID:;SRVR:DB4PR06MB015; x-forefront-prvs: 05961EBAFC x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(199003)(189002)(5001960100002)(106356001)(64706001)(101416001)(46102003)(77156002)(66066001)(33656002)(2501003)(19580405001)(19580395003)(62966003)(229853001)(68736005)(2900100001)(40100003)(105586002)(5001830100001)(4001540100001)(106116001)(2656002)(97736004)(107886002)(81156007)(87936001)(92566002)(5002640100001)(102836002)(122556002)(50986999)(189998001)(2201001)(86362001)(5001860100001)(5001770100001)(54356999);DIR:OUT;SFP:1102;SCL:1;SRVR:DB4PR06MB015;H:DB4PR06MB016.eurprd06.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: <0B09B7593B391D4EB316B39566B89D9F@eurprd06.prod.outlook.com> Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: visteon.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Jun 2015 09:56:11.7875 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 7a147aaf-01ec-498c-80a1-e34a8c63c548 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB4PR06MB015 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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