diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 3c5ed5f5274e..c04ca246395d 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1385,6 +1385,7 @@ static inline int unregister_gifconf(unsigned int family) | |||
1385 | */ | 1385 | */ |
1386 | struct softnet_data { | 1386 | struct softnet_data { |
1387 | struct Qdisc *output_queue; | 1387 | struct Qdisc *output_queue; |
1388 | struct Qdisc **output_queue_tailp; | ||
1388 | struct list_head poll_list; | 1389 | struct list_head poll_list; |
1389 | struct sk_buff *completion_queue; | 1390 | struct sk_buff *completion_queue; |
1390 | 1391 | ||