diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index bbf062c1ca8a..2daf2fa6554f 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -793,7 +793,8 @@ static inline bool netdev_phys_item_id_same(struct netdev_phys_item_id *a, | |||
793 | } | 793 | } |
794 | 794 | ||
795 | typedef u16 (*select_queue_fallback_t)(struct net_device *dev, | 795 | typedef u16 (*select_queue_fallback_t)(struct net_device *dev, |
796 | struct sk_buff *skb); | 796 | struct sk_buff *skb, |
797 | struct net_device *sb_dev); | ||
797 | 798 | ||
798 | enum tc_setup_type { | 799 | enum tc_setup_type { |
799 | TC_SETUP_QDISC_MQPRIO, | 800 | TC_SETUP_QDISC_MQPRIO, |