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

PM / devfreq: Move exynos4 devfreq driver into a new sub-directory

In anticipation of the new exynos5 devfreq and ppmu driver, create
an exynos sub-directory. Move the existing exynos4 devfreq driver
into the same.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Jonghwan Choi <jhbird.choi@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>

authored by

Abhilash Kesavan and committed by
MyungJoo Ham
537eb8e2 d683b96b

+3 -1
+1 -1
drivers/devfreq/Makefile
··· 5 5 obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o 6 6 7 7 # DEVFREQ Drivers 8 - obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o 8 + obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/
+2
drivers/devfreq/exynos/Makefile
··· 1 + # Exynos DEVFREQ Drivers 2 + obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o
drivers/devfreq/exynos4_bus.c drivers/devfreq/exynos/exynos4_bus.c