diff options
author | Dave Jones <davej@redhat.com> | 2011-05-20 00:51:07 +0200 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-05-20 00:51:07 +0200 |
commit | bb0a56ecc4ba2a3db1b6ea6949c309886e3447d3 (patch) | |
tree | 680b1307d7d9c1a188b7483875f7a3287d8b51a0 /arch/x86/kernel/cpu/Makefile | |
parent | [CPUFREQ] remove redundant sprintf from request_module call. (diff) | |
download | linux-bb0a56ecc4ba2a3db1b6ea6949c309886e3447d3.tar.xz linux-bb0a56ecc4ba2a3db1b6ea6949c309886e3447d3.zip |
[CPUFREQ] Move x86 drivers to drivers/cpufreq/
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/x86/kernel/cpu/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index 3f0ebe429a01..6042981d0309 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile @@ -30,7 +30,6 @@ obj-$(CONFIG_PERF_EVENTS) += perf_event.o obj-$(CONFIG_X86_MCE) += mcheck/ obj-$(CONFIG_MTRR) += mtrr/ -obj-$(CONFIG_CPU_FREQ) += cpufreq/ obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o |