瀏覽代碼

netdev: Kill plain netif_schedule()

No more users.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 年之前
父節點
當前提交
92831bc395
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      include/linux/netdevice.h

+ 0 - 5
include/linux/netdevice.h

@@ -994,11 +994,6 @@ static inline void netif_schedule_queue(struct netdev_queue *txq)
 		__netif_schedule(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)
 static inline void netif_tx_schedule_all(struct net_device *dev)
 {
 {
 	unsigned int i;
 	unsigned int i;