kernel misc: Remove the now superfluous sentinel elements from ctl_table array
[linux-2.6-block.git] / kernel / sysctl.c
index 81cc974913bb901ec9319d836d09fbb24bf60c56..e0b917328cf9963003a3b53a136e2b20fb36461c 100644 (file)
@@ -2034,7 +2034,6 @@ static struct ctl_table kern_table[] = {
                .extra2         = SYSCTL_INT_MAX,
        },
 #endif
-       { }
 };
 
 static struct ctl_table vm_table[] = {
@@ -2240,7 +2239,6 @@ static struct ctl_table vm_table[] = {
                .extra2         = (void *)&mmap_rnd_compat_bits_max,
        },
 #endif
-       { }
 };
 
 int __init sysctl_init_bases(void)