Commit 7f023ec9 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: sched: remove unused inline function qdisc_reset_all_tx



There's no callers in-tree anymore.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9e4171a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -710,11 +710,6 @@ static inline void qdisc_reset_all_tx_gt(struct net_device *dev, unsigned int i)
	}
}

static inline void qdisc_reset_all_tx(struct net_device *dev)
{
	qdisc_reset_all_tx_gt(dev, 0);
}

/* Are all TX queues of the device empty?  */
static inline bool qdisc_all_tx_empty(const struct net_device *dev)
{