Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f41cd11d authored by Yotam Gigi's avatar Yotam Gigi Committed by David S. Miller
Browse files

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: default avatarYotam Gigi <yotamg@mellanox.com>
Reviewed-by: default avatarJiri Pirko <jiri@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5db5b395
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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