diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9c5a68850114..812bcd8b4363 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -636,8 +636,6 @@ struct net_device | |||
636 | unsigned int real_num_tx_queues; | 636 | unsigned int real_num_tx_queues; |
637 | 637 | ||
638 | unsigned long tx_queue_len; /* Max frames per queue allowed */ | 638 | unsigned long tx_queue_len; /* Max frames per queue allowed */ |
639 | spinlock_t qdisc_list_lock; | ||
640 | struct list_head qdisc_list; | ||
641 | 639 | ||
642 | /* | 640 | /* |
643 | * One part is mostly used on xmit path (device) | 641 | * One part is mostly used on xmit path (device) |