aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2018-01-17 11:46:49 +0100
committerDavid S. Miller <davem@davemloft.net>2018-01-17 14:53:56 -0500
commitedf6711c9840fd92e0047f98c411c94114168f19 (patch)
tree224320715e7c2af8a50c7618dca9dfdbfde4a404 /include/net/sch_generic.h
parentnet: sched: introduce block mechanism to handle netif_keep_dst calls (diff)
downloadlinux-dev-edf6711c9840fd92e0047f98c411c94114168f19.tar.xz
linux-dev-edf6711c9840fd92e0047f98c411c94114168f19.zip
net: sched: remove classid and q fields from tcf_proto
Both are no longer used, so remove them. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r--include/net/sch_generic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index f655e66ce742..54b9a1ca26bd 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -255,8 +255,6 @@ struct tcf_proto {
/* All the rest */
u32 prio;
- u32 classid;
- struct Qdisc *q;
void *data;
const struct tcf_proto_ops *ops;
struct tcf_chain *chain;