提交 51adfcc3 编写于 作者: F Florian Fainelli 提交者: 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: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 da56bbf7
...@@ -524,7 +524,6 @@ struct bcmgenet_priv { ...@@ -524,7 +524,6 @@ struct bcmgenet_priv {
enum bcmgenet_version version; enum bcmgenet_version version;
struct net_device *dev; struct net_device *dev;
spinlock_t lock; spinlock_t lock;
spinlock_t bh_lock;
u32 int0_mask; u32 int0_mask;
u32 int1_mask; u32 int1_mask;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册