sysctl net: Remove unused binary sysctl code
[deliverable/linux.git] / net / netfilter / core.c
index 5bb34737501f988a00d006ae6c260aecd3312d51..60ec4e4badaa3b48bb680b215f8795925225e5f3 100644 (file)
@@ -273,8 +273,8 @@ void __init netfilter_init(void)
 
 #ifdef CONFIG_SYSCTL
 struct ctl_path nf_net_netfilter_sysctl_path[] = {
-       { .procname = "net", .ctl_name = CTL_NET, },
-       { .procname = "netfilter", .ctl_name = NET_NETFILTER, },
+       { .procname = "net", },
+       { .procname = "netfilter", },
        { }
 };
 EXPORT_SYMBOL_GPL(nf_net_netfilter_sysctl_path);
This page took 0.040393 seconds and 5 git commands to generate.