Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
drivers/cpufreq/Makefile
··· 39 39 40 40 ##################################################################################d 41 41 42 + # ARM SoC drivers 43 + obj-$(CONFIG_UX500_SOC_DB8500) += db8500-cpufreq.o