kernel misc: Remove the now superfluous sentinel elements from ctl_table array
[linux-2.6-block.git] / kernel / watchdog.c
index d7b2125503af3dd6f9d4b03eee38c14f8d9b3212..4e472d416525b7107d0b271158b4c15d7f598d56 100644 (file)
@@ -950,7 +950,6 @@ static struct ctl_table watchdog_sysctls[] = {
        },
 #endif /* CONFIG_SMP */
 #endif
-       {}
 };
 
 static struct ctl_table watchdog_hardlockup_sysctl[] = {
@@ -963,7 +962,6 @@ static struct ctl_table watchdog_hardlockup_sysctl[] = {
                .extra1         = SYSCTL_ZERO,
                .extra2         = SYSCTL_ONE,
        },
-       {}
 };
 
 static void __init watchdog_sysctl_init(void)