netdev: Kill plain netif_schedule()

No more users.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-07-15 03:48:01 -07:00
parent 263ba3204a
commit 92831bc395
1 changed files with 0 additions and 5 deletions

View 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;