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 0209ac328e8a..608c3ac4d045 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1403,6 +1403,7 @@ static inline void netdev_for_each_tx_queue(struct net_device *dev, | |||
1403 | 1403 | ||
1404 | extern struct netdev_queue *netdev_pick_tx(struct net_device *dev, | 1404 | extern struct netdev_queue *netdev_pick_tx(struct net_device *dev, |
1405 | struct sk_buff *skb); | 1405 | struct sk_buff *skb); |
1406 | extern u16 __netdev_pick_tx(struct net_device *dev, struct sk_buff *skb); | ||
1406 | 1407 | ||
1407 | /* | 1408 | /* |
1408 | * Net namespace inlines | 1409 | * Net namespace inlines |