Return-path: Received: from esa4.microchip.iphmx.com ([68.232.154.123]:17781 "EHLO esa4.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbeEGIp1 (ORCPT ); Mon, 7 May 2018 04:45:27 -0400 From: Ajay Singh To: CC: , , , , , , , Ajay Singh Subject: [PATCH 29/30] staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structure Date: Mon, 7 May 2018 14:13:33 +0530 Message-ID: <1525682614-3824-30-git-send-email-ajay.kathat@microchip.com> (sfid-20180507_104716_536409_123EE56D) In-Reply-To: <1525682614-3824-1-git-send-email-ajay.kathat@microchip.com> References: <1525682614-3824-1-git-send-email-ajay.kathat@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: Cleanup patch to remove the unused variable from 'wilc_priv' structure. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_netdevice.h b/drivers/staging/wilc1000/wilc_wfi_netdevice.h index e517768..3875065 100644 --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h @@ -78,7 +78,6 @@ struct wilc_priv { u8 monitor_flag; int status; struct sk_buff *skb; - spinlock_t lock; struct net_device *dev; struct host_if_drv *hif_drv; struct host_if_pmkid_attr pmkid_list; -- 2.7.4