diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 93a2c5398648..99a58f279077 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | * Removed it and replaced it with older style, 03/23/00, Bill Wendling | 18 | * Removed it and replaced it with older style, 03/23/00, Bill Wendling |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <linux/config.h> | ||
| 22 | #include <linux/module.h> | 21 | #include <linux/module.h> |
| 23 | #include <linux/mm.h> | 22 | #include <linux/mm.h> |
| 24 | #include <linux/swap.h> | 23 | #include <linux/swap.h> |
| @@ -933,15 +932,6 @@ static ctl_table vm_table[] = { | |||
| 933 | .strategy = &sysctl_intvec, | 932 | .strategy = &sysctl_intvec, |
| 934 | .extra1 = &zero, | 933 | .extra1 = &zero, |
| 935 | }, | 934 | }, |
| 936 | { | ||
| 937 | .ctl_name = VM_ZONE_RECLAIM_INTERVAL, | ||
| 938 | .procname = "zone_reclaim_interval", | ||
| 939 | .data = &zone_reclaim_interval, | ||
| 940 | .maxlen = sizeof(zone_reclaim_interval), | ||
| 941 | .mode = 0644, | ||
| 942 | .proc_handler = &proc_dointvec_jiffies, | ||
| 943 | .strategy = &sysctl_jiffies, | ||
| 944 | }, | ||
| 945 | #endif | 935 | #endif |
| 946 | #ifdef CONFIG_X86_32 | 936 | #ifdef CONFIG_X86_32 |
| 947 | { | 937 | { |
