Commit 51adfcc3 authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller

net: bcmgenet: remove unused bh_lock member

bh_lock spinlock is unused, remove it from the private driver structure.
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent da56bbf7
......@@ -524,7 +524,6 @@ struct bcmgenet_priv {
enum bcmgenet_version version;
struct net_device *dev;
spinlock_t lock;
spinlock_t bh_lock;
u32 int0_mask;
u32 int1_mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment