]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netfilter/nf_conntrack_l4proto.h
Merge branch 'topic/oss-fix' into for-linus
[linux-2.6-omap-h63xx.git] / include / net / netfilter / nf_conntrack_l4proto.h
index 7f2f43c77284a7f6eb485fecac6f5ed7277420da..debdaf75cecf7563def7f6d8421a91e71bb08ca7 100644 (file)
@@ -129,7 +129,7 @@ extern const struct nla_policy nf_ct_port_nla_policy[];
         && net_ratelimit())
 #endif
 #else
-#define LOG_INVALID(net, proto) 0
+static inline int LOG_INVALID(struct net *net, int proto) { return 0; }
 #endif /* CONFIG_SYSCTL */
 
 #endif /*_NF_CONNTRACK_PROTOCOL_H*/