Skip to content

Commit

Permalink
net: bcmgenet: remove unused bh_lock member
Browse files Browse the repository at this point in the history
bh_lock spinlock is unused, remove it from the private driver structure.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Feb 25, 2014
1 parent da56bbf commit 51adfcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/broadcom/genet/bcmgenet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 51adfcc

Please sign in to comment.