aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 0e51a35a4486..2ccee08f92f1 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1325,7 +1325,6 @@ static struct ctl_table vm_table[] = {
1325 .extra2 = &one, 1325 .extra2 = &one,
1326 }, 1326 },
1327#endif 1327#endif
1328#ifdef CONFIG_UNEVICTABLE_LRU
1329 { 1328 {
1330 .ctl_name = CTL_UNNUMBERED, 1329 .ctl_name = CTL_UNNUMBERED,
1331 .procname = "scan_unevictable_pages", 1330 .procname = "scan_unevictable_pages",
@@ -1334,7 +1333,6 @@ static struct ctl_table vm_table[] = {
1334 .mode = 0644, 1333 .mode = 0644,
1335 .proc_handler = &scan_unevictable_handler, 1334 .proc_handler = &scan_unevictable_handler,
1336 }, 1335 },
1337#endif
1338/* 1336/*
1339 * NOTE: do not add new entries to this table unless you have read 1337 * NOTE: do not add new entries to this table unless you have read
1340 * Documentation/sysctl/ctl_unnumbered.txt 1338 * Documentation/sysctl/ctl_unnumbered.txt