diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 49e13e1f8fe6..ef0bf04e8649 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -112,9 +112,6 @@ extern int sysctl_nr_open_min, sysctl_nr_open_max; | |||
112 | #ifndef CONFIG_MMU | 112 | #ifndef CONFIG_MMU |
113 | extern int sysctl_nr_trim_pages; | 113 | extern int sysctl_nr_trim_pages; |
114 | #endif | 114 | #endif |
115 | #ifdef CONFIG_BLOCK | ||
116 | extern int blk_iopoll_enabled; | ||
117 | #endif | ||
118 | 115 | ||
119 | /* Constants used for minimum and maximum */ | 116 | /* Constants used for minimum and maximum */ |
120 | #ifdef CONFIG_LOCKUP_DETECTOR | 117 | #ifdef CONFIG_LOCKUP_DETECTOR |
@@ -1094,15 +1091,6 @@ static struct ctl_table kern_table[] = { | |||
1094 | .proc_handler = proc_dointvec, | 1091 | .proc_handler = proc_dointvec, |
1095 | }, | 1092 | }, |
1096 | #endif | 1093 | #endif |
1097 | #ifdef CONFIG_BLOCK | ||
1098 | { | ||
1099 | .procname = "blk_iopoll", | ||
1100 | .data = &blk_iopoll_enabled, | ||
1101 | .maxlen = sizeof(int), | ||
1102 | .mode = 0644, | ||
1103 | .proc_handler = proc_dointvec, | ||
1104 | }, | ||
1105 | #endif | ||
1106 | { } | 1094 | { } |
1107 | }; | 1095 | }; |
1108 | 1096 | ||