From: Florian Westphal Date: Sun, 4 Aug 2013 09:37:29 +0000 (+0200) Subject: netfilter: tproxy: fix build with IP6_NF_IPTABLES=n X-Git-Tag: v3.12-rc1~132^2~266^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b3bfc253d8063fcce9c447ecc4cf3b1735b13a;p=pandora-kernel.git netfilter: tproxy: fix build with IP6_NF_IPTABLES=n after commit 93742cf (netfilter: tproxy: remove nf_tproxy_core.h) CONFIG_IPV6=y CONFIG_IP6_NF_IPTABLES=n gives us: net/netfilter/xt_TPROXY.c: In function 'nf_tproxy_get_sock_v6': net/netfilter/xt_TPROXY.c:178:4: error: implicit declaration of function 'inet6_lookup_listener' Reported-by: kbuild test robot Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed