From: David S. Miller Date: Tue, 15 Jul 2008 10:48:01 +0000 (-0700) Subject: netdev: Kill plain netif_schedule() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=92831bc395ac8390bf759775c50cb6f90c6eb03d;p=linux-beck.git netdev: Kill plain netif_schedule() No more users. Signed-off-by: David S. Miller --- 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) __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;