diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 81cc974913bb..e0b917328cf9 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -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) |