diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 9acfce0cdfdb..6d850bf0a517 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -50,7 +50,6 @@ | |||
50 | #include <linux/acpi.h> | 50 | #include <linux/acpi.h> |
51 | #include <linux/reboot.h> | 51 | #include <linux/reboot.h> |
52 | #include <linux/ftrace.h> | 52 | #include <linux/ftrace.h> |
53 | #include <linux/slow-work.h> | ||
54 | #include <linux/perf_event.h> | 53 | #include <linux/perf_event.h> |
55 | #include <linux/kprobes.h> | 54 | #include <linux/kprobes.h> |
56 | #include <linux/pipe_fs_i.h> | 55 | #include <linux/pipe_fs_i.h> |
@@ -917,13 +916,6 @@ static struct ctl_table kern_table[] = { | |||
917 | .proc_handler = proc_dointvec, | 916 | .proc_handler = proc_dointvec, |
918 | }, | 917 | }, |
919 | #endif | 918 | #endif |
920 | #ifdef CONFIG_SLOW_WORK | ||
921 | { | ||
922 | .procname = "slow-work", | ||
923 | .mode = 0555, | ||
924 | .child = slow_work_sysctls, | ||
925 | }, | ||
926 | #endif | ||
927 | #ifdef CONFIG_PERF_EVENTS | 919 | #ifdef CONFIG_PERF_EVENTS |
928 | { | 920 | { |
929 | .procname = "perf_event_paranoid", | 921 | .procname = "perf_event_paranoid", |