projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e4171
)
net: sched: remove unused inline function qdisc_reset_all_tx
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 24 Apr 2020 09:04:50 +0000
(17:04 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Apr 2020 23:57:31 +0000
(16:57 -0700)
There's no callers in-tree anymore.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sch_generic.h
patch
|
blob
|
history
diff --git
a/include/net/sch_generic.h
b/include/net/sch_generic.h
index
25d2ec4
..
1862bf5
100644
(file)
--- 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)
{