net_sched: move tc_action into tcf_common
[cascardo/linux.git] / include / net / tc_act / tc_csum.h
index fa8f5fa..1a9ef15 100644 (file)
@@ -9,7 +9,6 @@ struct tcf_csum {
 
        u32 update_flags;
 };
-#define to_tcf_csum(a) \
-       container_of(a->priv,struct tcf_csum,common)
+#define to_tcf_csum(a) ((struct tcf_csum *)a)
 
 #endif /* __NET_TC_CSUM_H */