From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eusmtp01.atmel.com ([212.144.249.243]:59635 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbbIOFd5 (ORCPT ); Tue, 15 Sep 2015 01:33:57 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH 1/4] staging: wilc1000: remove unused variable g_num_total_switches Date: Tue, 15 Sep 2015 14:33:54 +0900 Message-ID: <1442295237-12644-1-git-send-email-tony.cho@atmel.com> (sfid-20150915_073414_690581_4646694F) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Glen Lee g_num_total_switches is never used so just delete it. Signed-off-by: Glen Lee Signed-off-by: Tony Cho --- drivers/staging/wilc1000/coreconfigurator.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h index 3af1935..d2a0a0b 100644 --- a/drivers/staging/wilc1000/coreconfigurator.h +++ b/drivers/staging/wilc1000/coreconfigurator.h @@ -29,8 +29,6 @@ #define NUM_11N_HUT_SWITCHES 0 #endif /* MAC_802_11N */ -extern u16 g_num_total_switches; - #define MAC_HDR_LEN 24 /* No Address4 - non-ESS */ #define MAX_SSID_LEN 33 #define FCS_LEN 4 -- 1.9.1