]> Pileus Git - ~andy/linux/blobdiff - include/linux/netfilter.h
HID: hid debug from hid-debug.h to hid layer
[~andy/linux] / include / linux / netfilter.h
index f6f3fcbd70ed33799dd3cb780681f552cb9ea304..d4c4c5120bc0ed16a5dfc3e6b4f1945d96b3a652 100644 (file)
@@ -357,7 +357,7 @@ extern void (*ip_nat_decode_session)(struct sk_buff *, struct flowi *);
 static inline void
 nf_nat_decode_session(struct sk_buff *skb, struct flowi *fl, int family)
 {
-#ifdef CONFIG_IP_NF_NAT_NEEDED
+#if defined(CONFIG_IP_NF_NAT_NEEDED) || defined(CONFIG_NF_NAT_NEEDED)
        void (*decodefn)(struct sk_buff *, struct flowi *);
 
        if (family == AF_INET && (decodefn = ip_nat_decode_session) != NULL)