net_sched: move tc_action into tcf_common
[cascardo/linux.git] / include / net / tc_act / tc_ipt.h
index c0f4193..c22ae7a 100644 (file)
@@ -11,7 +11,6 @@ struct tcf_ipt {
        char                    *tcfi_tname;
        struct xt_entry_target  *tcfi_t;
 };
-#define to_ipt(a) \
-       container_of(a->priv, struct tcf_ipt, common)
+#define to_ipt(a) ((struct tcf_ipt *)a)
 
 #endif /* __NET_TC_IPT_H */