net_sched: act: hide struct tcf_common from API
[linux-block.git] / include / net / tc_act / tc_csum.h
index 9e8710be7a04f0d43cd8358bd07208e5a6adb14a..fa8f5fac65e959bff4458cd3e7cce6005bd08533 100644 (file)
@@ -9,7 +9,7 @@ struct tcf_csum {
 
        u32 update_flags;
 };
-#define to_tcf_csum(pc) \
-       container_of(pc,struct tcf_csum,common)
+#define to_tcf_csum(a) \
+       container_of(a->priv,struct tcf_csum,common)
 
 #endif /* __NET_TC_CSUM_H */