aboutsummaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_connmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tc_act/tc_connmark.h')
-rw-r--r--include/net/tc_act/tc_connmark.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/tc_act/tc_connmark.h b/include/net/tc_act/tc_connmark.h
index 02caa406611b..8a661135f4ac 100644
--- a/include/net/tc_act/tc_connmark.h
+++ b/include/net/tc_act/tc_connmark.h
@@ -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 */