Skip to content

Commit

Permalink
netdev: Kill plain netif_schedule()
Browse files Browse the repository at this point in the history
No more users.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 18, 2008
1 parent 263ba32 commit 92831bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 92831bc

Please sign in to comment.