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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 057472fbc27..2484ac39b2e 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
| @@ -99,8 +99,6 @@ obj-$(CONFIG_TRACING) += trace/ | |||
| 99 | obj-$(CONFIG_X86_DS) += trace/ | 99 | obj-$(CONFIG_X86_DS) += trace/ |
| 100 | obj-$(CONFIG_RING_BUFFER) += trace/ | 100 | obj-$(CONFIG_RING_BUFFER) += trace/ |
| 101 | obj-$(CONFIG_SMP) += sched_cpupri.o | 101 | obj-$(CONFIG_SMP) += sched_cpupri.o |
| 102 | obj-$(CONFIG_SLOW_WORK) += slow-work.o | ||
| 103 | obj-$(CONFIG_SLOW_WORK_DEBUG) += slow-work-debugfs.o | ||
| 104 | obj-$(CONFIG_PERF_EVENTS) += perf_event.o | 102 | obj-$(CONFIG_PERF_EVENTS) += perf_event.o |
| 105 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o | 103 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o |
| 106 | obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o | 104 | obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o |
