]> Pileus Git - ~andy/linux/blobdiff - net/netfilter/core.c
Merge remote branch 'wireless-next/master' into ath6kl-next
[~andy/linux] / net / netfilter / core.c
index e1b7e051332edb58b4752fb3ca0f6b447c50239d..e19f3653db232611c5086b12a40b3ccb3444512b 100644 (file)
@@ -290,12 +290,3 @@ void __init netfilter_init(void)
        if (netfilter_log_init() < 0)
                panic("cannot initialize nf_log");
 }
-
-#ifdef CONFIG_SYSCTL
-struct ctl_path nf_net_netfilter_sysctl_path[] = {
-       { .procname = "net", },
-       { .procname = "netfilter", },
-       { }
-};
-EXPORT_SYMBOL_GPL(nf_net_netfilter_sysctl_path);
-#endif /* CONFIG_SYSCTL */