From: YueHaibing Date: Fri, 24 Apr 2020 09:04:50 +0000 (+0800) Subject: net: sched: remove unused inline function qdisc_reset_all_tx X-Git-Tag: v5.8-rc1~165^2~434 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f023ec91c3cb188ab8a52478f3145ccd4daef68;p=thirdparty%2Flinux.git net: sched: remove unused inline function qdisc_reset_all_tx There's no callers in-tree anymore. Signed-off-by: YueHaibing Signed-off-by: David S. Miller --- diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 25d2ec4c8f004..1862bf5a105bb 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -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) {