From: Yotam Gigi Date: Tue, 8 Nov 2016 15:24:03 +0000 (+0200) Subject: tc_act: Remove tcf_act macro X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f41cd11d64b2b21012eb4abffbe579bc0b90467f;p=linux-beck.git 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 Reviewed-by: Jiri Pirko Signed-off-by: David S. Miller --- 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