]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - include/net/tc_act/tc_connmark.h
net_sched: move tc_action into tcf_common
[thirdparty/kernel/stable.git] / include / net / tc_act / tc_connmark.h
index 02caa406611b496e6e830c9fb85b467c55875732..8a661135f4acd0ecdb0dcf6463e99277c12d5919 100644 (file)
@@ -9,7 +9,6 @@ struct tcf_connmark_info {
        u16 zone;
 };
 
-#define to_connmark(a) \
-       container_of(a->priv, struct tcf_connmark_info, common)
+#define to_connmark(a) ((struct tcf_connmark_info *)a)
 
 #endif /* __NET_TC_CONNMARK_H */