summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-03-01 17:56:59 -0500
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-03-01 17:56:59 -0500
commit179467f16b2250af2bf1a2fa7e8e889c47252131 (patch)
tree241ce16f82b573e16856f1eab291ae6470471aa0
parent6d4915f4f289e9452d5df136a185ee3edc67c943 (diff)
omap4: dvfs: fix link error
LD .tmp_vmlinux1 arch/arm/mach-omap2/built-in.o: In function `omap_target': arch/arm/mach-omap2/omap2plus-cpufreq.c:118:undefined reference to `omap_device_scale' arch/arm/plat-omap/built-in.o: In function `omap_device_build_ss': arch/arm/plat-omap/omap_device.c:490:undefined reference to `omap_dvfs_register_device' make[2]: *** [.tmp_vmlinux1] Error 1 eported-by: Bryan Wu <bryan.wu@canonical.com> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 86a54ca1b6e..898fffe0e9c 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -65,7 +65,7 @@ obj-$(CONFIG_ARCH_OMAP2) += pm24xx.o
obj-$(CONFIG_ARCH_OMAP2) += sleep24xx.o pm_bus.o voltage.o
obj-$(CONFIG_ARCH_OMAP3) += pm34xx.o sleep34xx.o voltage.o \
cpuidle34xx.o pm_bus.o dvfs.o
-obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o voltage.o pm_bus.o
+obj-$(CONFIG_ARCH_OMAP4) += pm44xx.o voltage.o pm_bus.o dvfs.o
obj-$(CONFIG_PM_DEBUG) += pm-debug.o
obj-$(CONFIG_OMAP_SMARTREFLEX) += sr_device.o smartreflex.o
obj-$(CONFIG_OMAP_SMARTREFLEX_CLASS3) += smartreflex-class3.o