aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-04-04 12:54:12 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-04-08 13:02:31 +0200
commitadde904b445eedf7ad6a8451a416c8080472c4c7 (patch)
treed178c7c9bfa8acc7060d6f7790da3644d1d90662 /arch/arm/mach-pxa/Makefile
parentcpufreq: davinci: move cpufreq driver to drivers/cpufreq (diff)
downloadlinux-dev-adde904b445eedf7ad6a8451a416c8080472c4c7.tar.xz
linux-dev-adde904b445eedf7ad6a8451a416c8080472c4c7.zip
cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq
This patch moves cpufreq driver of ARM based pxa3xx platform to drivers/cpufreq. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Eric Miao <eric.y.miao@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile
index 12c500558387..929e7008e2e4 100644
--- a/arch/arm/mach-pxa/Makefile
+++ b/arch/arm/mach-pxa/Makefile
@@ -10,7 +10,6 @@ obj-$(CONFIG_PM) += pm.o sleep.o standby.o
ifeq ($(CONFIG_CPU_FREQ),y)
obj-$(CONFIG_PXA25x) += cpufreq-pxa2xx.o
obj-$(CONFIG_PXA27x) += cpufreq-pxa2xx.o
-obj-$(CONFIG_PXA3xx) += cpufreq-pxa3xx.o
endif
# Generic drivers that other drivers may depend upon