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:
Родитель
1275022a10
Коммит
aaf5df9d0c
|
@ -78,7 +78,6 @@ struct wilc_priv {
|
||||||
u8 monitor_flag;
|
u8 monitor_flag;
|
||||||
int status;
|
int status;
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
spinlock_t lock;
|
|
||||||
struct net_device *dev;
|
struct net_device *dev;
|
||||||
struct host_if_drv *hif_drv;
|
struct host_if_drv *hif_drv;
|
||||||
struct host_if_pmkid_attr pmkid_list;
|
struct host_if_pmkid_attr pmkid_list;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче