diff mbox

[12/13] cpufreq: make DB8500 cpufreq driver compile

Message ID 1305967392-16747-1-git-send-email-linus.walleij@stericsson.com
State Accepted
Commit f0e733f32e56ded9309a8b8da3a77d47beb3cbdd
Headers show

Commit Message

Linus Walleij May 21, 2011, 8:43 a.m. UTC
From: Linus Walleij <linus.walleij@linaro.org>

Concluding interface update and movement of the driver by making
the DB8500 cpufreq driver compile in the cpufreq subsystem.

Cc: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/cpufreq/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
index c7f1a6f..e2fc2d2 100644
--- a/drivers/cpufreq/Makefile
+++ b/drivers/cpufreq/Makefile
@@ -39,3 +39,5 @@  obj-$(CONFIG_X86_CPUFREQ_NFORCE2)	+= cpufreq-nforce2.o
 
 ##################################################################################d
 
+# ARM SoC drivers
+obj-$(CONFIG_UX500_SOC_DB8500)		+= db8500-cpufreq.o