From 3a411355bcf4bf714022420badfec1cd1e2fbd9a Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 12 Dec 2006 00:27:46 -0800 Subject: [PATCH] [NETFILTER]: Fix INET=n linking error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Building with INET=n results in WARNING: "ip_route_output_key" [net/netfilter/nf_conntrack_h323.ko] undefined! The entire code in net/netfilter is only used for IPv4/IPv6 currently, so let it depend on INET. Noticed by Toralf Förster . Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-format-patch failed