summaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
diff options
context:
space:
mode:
authorYotam Gigi2016-11-08 16:24:03 +0100
committerDavid S. Miller2016-11-10 03:14:05 +0100
commitf41cd11d64b2b21012eb4abffbe579bc0b90467f (patch)
tree15284b2b1325fd9d8487670d8c8b553b666050cd /include/net/act_api.h
parentMerge branch 'ipv6-sr' (diff)
downloadkernel-qcow2-linux-f41cd11d64b2b21012eb4abffbe579bc0b90467f.tar.gz
kernel-qcow2-linux-f41cd11d64b2b21012eb4abffbe579bc0b90467f.tar.xz
kernel-qcow2-linux-f41cd11d64b2b21012eb4abffbe579bc0b90467f.zip
tc_act: Remove tcf_act macro
tc_act macro addressed a non existing field, and was not used in the kernel source. Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/act_api.h')
-rw-r--r--include/net/act_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h
index 82f3c912a5b1..d8eae87ea778 100644
--- a/include/net/act_api.h
+++ b/include/net/act_api.h
@@ -42,7 +42,6 @@ struct tc_action {
struct gnet_stats_basic_cpu __percpu *cpu_bstats;
struct gnet_stats_queue __percpu *cpu_qstats;
};
-#define tcf_act common.tcfa_act
#define tcf_head common.tcfa_head
#define tcf_index common.tcfa_index
#define tcf_refcnt common.tcfa_refcnt