提交 92831bc3 编写于 作者: D David S. Miller

netdev: Kill plain netif_schedule()

No more users.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 263ba320
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册