netdev: Kill plain netif_schedule()
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2008 10:48:01 +0000 (03:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 02:21:16 +0000 (19:21 -0700)
No more users.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h

index 9464e64..787fbfc 100644 (file)
@@ -994,11 +994,6 @@ static inline void netif_schedule_queue(struct netdev_queue *txq)
                __netif_schedule(txq);
 }
 
-static inline void netif_schedule(struct net_device *dev)
-{
-       netif_schedule_queue(netdev_get_tx_queue(dev, 0));
-}
-
 static inline void netif_tx_schedule_all(struct net_device *dev)
 {
        unsigned int i;