aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/sysctl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 8e8f3f4cf14b..bed6cdb3e47a 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -703,7 +703,6 @@ static struct ctl_table kern_table[] = {
703#endif 703#endif
704#if defined(CONFIG_ACPI_SLEEP) && defined(CONFIG_X86) 704#if defined(CONFIG_ACPI_SLEEP) && defined(CONFIG_X86)
705 { 705 {
706 .ctl_name = KERN_ACPI_VIDEO_FLAGS,
707 .procname = "acpi_video_flags", 706 .procname = "acpi_video_flags",
708 .data = &acpi_realmode_flags, 707 .data = &acpi_realmode_flags,
709 .maxlen = sizeof (unsigned long), 708 .maxlen = sizeof (unsigned long),
@@ -1185,7 +1184,6 @@ static struct ctl_table fs_table[] = {
1185 .extra2 = &two, 1184 .extra2 = &two,
1186 }, 1185 },
1187 { 1186 {
1188 .ctl_name = FS_AIO_NR,
1189 .procname = "aio-nr", 1187 .procname = "aio-nr",
1190 .data = &aio_nr, 1188 .data = &aio_nr,
1191 .maxlen = sizeof(aio_nr), 1189 .maxlen = sizeof(aio_nr),
@@ -1193,7 +1191,6 @@ static struct ctl_table fs_table[] = {
1193 .proc_handler = &proc_doulongvec_minmax, 1191 .proc_handler = &proc_doulongvec_minmax,
1194 }, 1192 },
1195 { 1193 {
1196 .ctl_name = FS_AIO_MAX_NR,
1197 .procname = "aio-max-nr", 1194 .procname = "aio-max-nr",
1198 .data = &aio_max_nr, 1195 .data = &aio_max_nr,
1199 .maxlen = sizeof(aio_max_nr), 1196 .maxlen = sizeof(aio_max_nr),