net_sched: get rid of struct tcf_common
[cascardo/linux.git] / include / net / tc_act / tc_nat.h
index a91ad3a..56681a3 100644 (file)
@@ -5,7 +5,7 @@
 #include <net/act_api.h>
 
 struct tcf_nat {
-       struct tcf_common common;
+       struct tc_action common;
 
        __be32 old_addr;
        __be32 new_addr;