aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 79c891e6266c..9029690f4fae 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -27,7 +27,6 @@
27#include <linux/capability.h> 27#include <linux/capability.h>
28#include <linux/ctype.h> 28#include <linux/ctype.h>
29#include <linux/utsname.h> 29#include <linux/utsname.h>
30#include <linux/capability.h>
31#include <linux/smp_lock.h> 30#include <linux/smp_lock.h>
32#include <linux/fs.h> 31#include <linux/fs.h>
33#include <linux/init.h> 32#include <linux/init.h>
@@ -1023,6 +1022,7 @@ static ctl_table vm_table[] = {
1023 .mode = 0644, 1022 .mode = 0644,
1024 .proc_handler = &proc_doulongvec_minmax, 1023 .proc_handler = &proc_doulongvec_minmax,
1025 }, 1024 },
1025#endif
1026#ifdef CONFIG_NUMA 1026#ifdef CONFIG_NUMA
1027 { 1027 {
1028 .ctl_name = CTL_UNNUMBERED, 1028 .ctl_name = CTL_UNNUMBERED,
@@ -1034,7 +1034,6 @@ static ctl_table vm_table[] = {
1034 .strategy = &sysctl_string, 1034 .strategy = &sysctl_string,
1035 }, 1035 },
1036#endif 1036#endif
1037#endif
1038#if defined(CONFIG_X86_32) || \ 1037#if defined(CONFIG_X86_32) || \
1039 (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL)) 1038 (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
1040 { 1039 {