diff options
| author | Tejun Heo <tj@kernel.org> | 2010-07-20 16:09:02 -0400 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2010-07-23 07:14:49 -0400 |
| commit | 181a51f6e040d0ac006d6adaf4a031ffa440f41c (patch) | |
| tree | ed06062b8c606149497dffbb6a6ef0548cc44911 /kernel/sysctl.c | |
| parent | 6ecd7c2dd9f5dd4f6e8f65c8027159f9c73b0e4c (diff) | |
slow-work: kill it
slow-work doesn't have any user left. Kill it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David Howells <dhowells@redhat.com>
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 d24f761f4876..5821365b9605 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> |
| @@ -906,13 +905,6 @@ static struct ctl_table kern_table[] = { | |||
| 906 | .proc_handler = proc_dointvec, | 905 | .proc_handler = proc_dointvec, |
| 907 | }, | 906 | }, |
| 908 | #endif | 907 | #endif |
| 909 | #ifdef CONFIG_SLOW_WORK | ||
| 910 | { | ||
| 911 | .procname = "slow-work", | ||
| 912 | .mode = 0555, | ||
| 913 | .child = slow_work_sysctls, | ||
| 914 | }, | ||
| 915 | #endif | ||
| 916 | #ifdef CONFIG_PERF_EVENTS | 908 | #ifdef CONFIG_PERF_EVENTS |
| 917 | { | 909 | { |
| 918 | .procname = "perf_event_paranoid", | 910 | .procname = "perf_event_paranoid", |
