diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 3170bcef734b..9c5a68850114 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -443,7 +443,6 @@ enum netdev_queue_state_t | |||
443 | }; | 443 | }; |
444 | 444 | ||
445 | struct netdev_queue { | 445 | struct netdev_queue { |
446 | spinlock_t lock; | ||
447 | struct net_device *dev; | 446 | struct net_device *dev; |
448 | struct Qdisc *qdisc; | 447 | struct Qdisc *qdisc; |
449 | unsigned long state; | 448 | unsigned long state; |