aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-05-05 16:47:36 +0800
committerDavid S. Miller <davem@davemloft.net>2020-05-05 12:07:43 -0700
commit592138a88d967ae9279275ef275b729e866a552a (patch)
tree9262f3688a550b76dd2b2b71c90603f42c55045f /net
parentnet: microchip: Remove unused inline function is_bits_set (diff)
downloadlinux-dev-592138a88d967ae9279275ef275b729e866a552a.tar.xz
linux-dev-592138a88d967ae9279275ef275b729e866a552a.zip
net: sched: choke: Remove unused inline function choke_set_classid
There's no callers in-tree anymore since commit 5952fde10c35 ("net: sched: choke: remove dead filter classify code") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sched/sch_choke.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sched/sch_choke.c b/net/sched/sch_choke.c
index a36974e9c601..2d350c734375 100644
--- a/net/sched/sch_choke.c
+++ b/net/sched/sch_choke.c
@@ -142,11 +142,6 @@ static inline struct choke_skb_cb *choke_skb_cb(const struct sk_buff *skb)
return (struct choke_skb_cb *)qdisc_skb_cb(skb)->data;
}
-static inline void choke_set_classid(struct sk_buff *skb, u16 classid)
-{
- choke_skb_cb(skb)->classid = classid;
-}
-
/*
* Compare flow of two packets
* Returns true only if source and destination address and port match.