]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structure
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 11 May 2018 08:13:29 +0000 (13:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:04:49 +0000 (14:04 +0200)
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>
drivers/staging/wilc1000/wilc_wfi_netdevice.h

index 78f3312196a93fff6636efd15feac402f2bc6813..f2b07e8aedd777feb9b4acdd83b228b51eec10b1 100644 (file)
@@ -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;