net: Delete all remaining instances of ctl_path
[deliverable/linux.git] / 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 */
This page took 0.026944 seconds and 5 git commands to generate.