diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-15 06:48:01 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-17 22:21:16 -0400 |
commit | 92831bc395ac8390bf759775c50cb6f90c6eb03d (patch) | |
tree | cd112263fde634090d10e53eb722eab5b03ee2ed /include/linux/netdevice.h | |
parent | 263ba3204a434d0ca851e1321b31cd58376b86cb (diff) |
netdev: Kill plain netif_schedule()
No more users.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-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; |