summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-04-19 13:45:29 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-20 21:22:30 -0400
commita5347fe36b313c07d59b065d00a8fa56362c5f97 (patch)
tree8778711b514baca6f5686777c0dea245a8874711 /net/ipv4/netfilter.c
parentec8f23ce0f4005b74013d4d122e0d540397a93c9 (diff)
downloadlinux-a5347fe36b313c07d59b065d00a8fa56362c5f97.tar.gz
linux-a5347fe36b313c07d59b065d00a8fa56362c5f97.tar.xz
net: Delete all remaining instances of ctl_path
We don't use struct ctl_path anymore so delete the exported constants. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter.c')
-rw-r--r--net/ipv4/netfilter.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/ipv4/netfilter.c b/net/ipv4/netfilter.c
index 3cd8c586741a..ed1b36783192 100644
--- a/net/ipv4/netfilter.c
+++ b/net/ipv4/netfilter.c
@@ -237,13 +237,3 @@ static void ipv4_netfilter_fini(void)
module_init(ipv4_netfilter_init);
module_exit(ipv4_netfilter_fini);
-
-#ifdef CONFIG_SYSCTL
-struct ctl_path nf_net_ipv4_netfilter_sysctl_path[] = {
- { .procname = "net", },
- { .procname = "ipv4", },
- { .procname = "netfilter", },
- { }
-};
-EXPORT_SYMBOL_GPL(nf_net_ipv4_netfilter_sysctl_path);
-#endif /* CONFIG_SYSCTL */