diff options
author | Jiri Pirko <jiri@mellanox.com> | 2017-02-09 14:38:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-10 11:38:08 -0500 |
commit | cf1facda2f61bc3e9ffd985b6d624dec6ad3f279 (patch) | |
tree | b6dda3c94a8e34fa9d895defe3ca6f46b6b898a6 /net/sched/sch_cbq.c | |
parent | 79112c26f14c38ddbac3b2739469e373ef424fe6 (diff) | |
download | linux-stable-cf1facda2f61bc3e9ffd985b6d624dec6ad3f279.tar.gz linux-stable-cf1facda2f61bc3e9ffd985b6d624dec6ad3f279.tar.bz2 linux-stable-cf1facda2f61bc3e9ffd985b6d624dec6ad3f279.zip |
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Creation is done in this file, move destruction to be at the same place.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_cbq.c')
-rw-r--r-- | net/sched/sch_cbq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/sch_cbq.c b/net/sched/sch_cbq.c index f1207582cbf3..d6ca18dc04c3 100644 --- a/net/sched/sch_cbq.c +++ b/net/sched/sch_cbq.c @@ -19,6 +19,7 @@ #include <linux/skbuff.h> #include <net/netlink.h> #include <net/pkt_sched.h> +#include <net/pkt_cls.h> /* Class-Based Queueing (CBQ) algorithm. |