diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-05-15 13:34:29 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-05-24 16:20:14 -0400 |
commit | f0e733f32e56ded9309a8b8da3a77d47beb3cbdd (patch) | |
tree | 88bd05d0c1f149a1889df525f8ce4777477cb6b0 | |
parent | 72b2fd5cb89933a5b0dba32735d9b22ae3fb866e (diff) |
cpufreq: make DB8500 cpufreq driver compile
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>
-rw-r--r-- | drivers/cpufreq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index c7f1a6f16b6e..e2fc2d21fa61 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile | |||
@@ -39,3 +39,5 @@ obj-$(CONFIG_X86_CPUFREQ_NFORCE2) += cpufreq-nforce2.o | |||
39 | 39 | ||
40 | ##################################################################################d | 40 | ##################################################################################d |
41 | 41 | ||
42 | # ARM SoC drivers | ||
43 | obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o | ||