From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753761AbbFCKXr (ORCPT ); Wed, 3 Jun 2015 06:23:47 -0400 Received: from mail-db3on0127.outbound.protection.outlook.com ([157.55.234.127]:39387 "EHLO emea01-db3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751572AbbFCKXi convert rfc822-to-8bit (ORCPT ); Wed, 3 Jun 2015 06:23:38 -0400 From: "Sharma, Abhishek (A.)" To: Johnny Kim , Rachel Kim , "Dean Lee" , Chris Park , "Greg Kroah-Hartman" , "linux-wireless@vger.kernel.org" , "linux-kernel@vger.kernel.org" CC: "devel@driverdev.osuosl.org" Subject: [PATCH v2] staging: wilc1000: Remove commented variable declerations Thread-Topic: [PATCH v2] staging: wilc1000: Remove commented variable declerations Thread-Index: AQHQneVY2BKQAQeBjkqFx7tGUhNvIQ== Date: Wed, 3 Jun 2015 10:09:16 +0000 Message-ID: <20150603100909.GA26017@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)(189002)(199003)(97736004)(2656002)(102836002)(122556002)(87936001)(81156007)(5002640100001)(92566002)(2900100001)(40100003)(5001830100001)(105586002)(106116001)(4001540100001)(54356999)(2201001)(5001860100001)(5001770100001)(86362001)(189998001)(50986999)(33656002)(66066001)(2501003)(106356001)(64706001)(5001960100002)(46102003)(101416001)(77156002)(19580395003)(229853001)(68736005)(62966003)(19580405001)(5001920100001);DIR:OUT;SFP:1102;SCL:1;SRVR:DB4PR06MB015;H:DB4PR06MB016.eurprd06.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: visteon.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Jun 2015 10:09:16.0117 (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 From: Abhishek Sharma 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