diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-04 12:54:23 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-10 13:19:26 +0200 |
commit | 73cc9c8cac3f86ae4efebf001b68dcecc00b0017 (patch) | |
tree | ea771271a3307e73094cec11c78549b37d91ac7a /arch/unicore32/kernel/Makefile | |
parent | 7258267e56325d41f468eb650b6c23f697201645 (diff) | |
download | kernel_goldelico_gta04-73cc9c8cac3f86ae4efebf001b68dcecc00b0017.zip kernel_goldelico_gta04-73cc9c8cac3f86ae4efebf001b68dcecc00b0017.tar.gz kernel_goldelico_gta04-73cc9c8cac3f86ae4efebf001b68dcecc00b0017.tar.bz2 |
cpufreq: unicore2: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of UNICORE-2 architecture to drivers/cpufreq.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/unicore32/kernel/Makefile')
-rw-r--r-- | arch/unicore32/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/Makefile b/arch/unicore32/kernel/Makefile index fa497e0..607a72f 100644 --- a/arch/unicore32/kernel/Makefile +++ b/arch/unicore32/kernel/Makefile @@ -9,7 +9,6 @@ obj-y += setup.o signal.o sys.o stacktrace.o traps.o obj-$(CONFIG_MODULES) += ksyms.o module.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -obj-$(CONFIG_CPU_FREQ) += cpu-ucv2.o obj-$(CONFIG_UNICORE_FPU_F64) += fpu-ucf64.o # obj-y for architecture PKUnity v3 |