]> git.karo-electronics.de Git - linux-beck.git/commitdiff
PM / devfreq: Move exynos4 devfreq driver into a new sub-directory
authorAbhilash Kesavan <a.kesavan@samsung.com>
Fri, 18 Jan 2013 13:24:29 +0000 (18:54 +0530)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 Jun 2013 11:20:29 +0000 (20:20 +0900)
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>
drivers/devfreq/Makefile
drivers/devfreq/exynos/Makefile [new file with mode: 0644]
drivers/devfreq/exynos/exynos4_bus.c [moved from drivers/devfreq/exynos4_bus.c with 100% similarity]

index 8c464234f7e729155c291d9ad7f15b1883655623..3bc1fef56f4bba2274e260fb8279cd60b8b96d78 100644 (file)
@@ -5,4 +5,4 @@ obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE)     += governor_powersave.o
 obj-$(CONFIG_DEVFREQ_GOV_USERSPACE)    += governor_userspace.o
 
 # DEVFREQ Drivers
-obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ)  += exynos4_bus.o
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ)  += exynos/
diff --git a/drivers/devfreq/exynos/Makefile b/drivers/devfreq/exynos/Makefile
new file mode 100644 (file)
index 0000000..1498823
--- /dev/null
@@ -0,0 +1,2 @@
+# Exynos DEVFREQ Drivers
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ)  += exynos4_bus.o