mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
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>
This commit is contained in:
parent
5db5b39515
commit
f41cd11d64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user