sysctl net: Remove unused binary sysctl code
[deliverable/linux.git] / net / ipv4 / netfilter / nf_conntrack_proto_icmp.c
index d71ba7677344136b3564230c372dd4fc7f8e81ea..9072058778b806d10bbaac2f3e08b4aeea5aac93 100644 (file)
@@ -270,9 +270,7 @@ static struct ctl_table icmp_sysctl_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec_jiffies,
        },
-       {
-               .ctl_name = 0
-       }
+       { }
 };
 #ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT
 static struct ctl_table icmp_compat_sysctl_table[] = {
@@ -283,9 +281,7 @@ static struct ctl_table icmp_compat_sysctl_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec_jiffies,
        },
-       {
-               .ctl_name = 0
-       }
+       { }
 };
 #endif /* CONFIG_NF_CONNTRACK_PROC_COMPAT */
 #endif /* CONFIG_SYSCTL */
This page took 0.02429 seconds and 5 git commands to generate.