]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tc_act: Remove tcf_act macro
authorYotam Gigi <yotamg@mellanox.com>
Tue, 8 Nov 2016 15:24:03 +0000 (17:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Nov 2016 02:14:05 +0000 (21:14 -0500)
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>
include/net/act_api.h

index 82f3c912a5b176d5f2d57361765c9bccbdded367..d8eae87ea77830211153be694abcacec133fbc6b 100644 (file)
@@ -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