sysctl net: Remove unused binary sysctl code
[linux-2.6-block.git] / net / netfilter / nf_conntrack_proto_generic.c
index 829374f426c4f95b7852f18cfd14da6bf06e0f3e..e2091d0c7a2fb7b232d606a3f6940b1150e4cfb8 100644 (file)
@@ -69,9 +69,7 @@ static struct ctl_table generic_sysctl_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec_jiffies,
        },
-       {
-               .ctl_name       = 0
-       }
+       { }
 };
 #ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT
 static struct ctl_table generic_compat_sysctl_table[] = {
@@ -82,9 +80,7 @@ static struct ctl_table generic_compat_sysctl_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec_jiffies,
        },
-       {
-               .ctl_name       = 0
-       }
+       { }
 };
 #endif /* CONFIG_NF_CONNTRACK_PROC_COMPAT */
 #endif /* CONFIG_SYSCTL */