summaryrefslogtreecommitdiffstats
path: root/ip6t_MAP66.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6t_MAP66.c')
-rw-r--r--ip6t_MAP66.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ip6t_MAP66.c b/ip6t_MAP66.c
index 9491226..b58a364 100644
--- a/ip6t_MAP66.c
+++ b/ip6t_MAP66.c
@@ -61,6 +61,9 @@ static void map16(
# define __read_mostly
# define xt_register_target ip6t_register_target
# define xt_unregister_target ip6t_unregister_target
+#endif
+
+#ifndef pr_devel
# ifdef DEBUG
# define pr_devel(fmt, ...) printk(fmt, ##__VA_ARGS__)
# else