You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structure
Cleanup patch to remove the unused variable from 'wilc_priv' structure. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1275022a10
commit
aaf5df9d0c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user