diff options
-rw-r--r-- | include/linux/netdevice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9464e6452967..787fbfc5aebb 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -994,11 +994,6 @@ static inline void netif_schedule_queue(struct netdev_queue *txq) | |||
994 | __netif_schedule(txq); | 994 | __netif_schedule(txq); |
995 | } | 995 | } |
996 | 996 | ||
997 | static inline void netif_schedule(struct net_device *dev) | ||
998 | { | ||
999 | netif_schedule_queue(netdev_get_tx_queue(dev, 0)); | ||
1000 | } | ||
1001 | |||
1002 | static inline void netif_tx_schedule_all(struct net_device *dev) | 997 | static inline void netif_tx_schedule_all(struct net_device *dev) |
1003 | { | 998 | { |
1004 | unsigned int i; | 999 | unsigned int i; |