Commit aaf5df9d authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structure



Cleanup patch to remove the unused variable from 'wilc_priv' structure.

Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1275022a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;