summaryrefslogtreecommitdiff
path: root/drivers/devfreq/exynos/Makefile
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-03-21 18:31:43 +0100
committerMyungJoo Ham <myungjoo.ham@samsung.com>2014-05-24 17:56:39 +0900
commitba778b374d55945a190f01f7a741c9657ae5f519 (patch)
tree85a7bfbd4428aee6b5dfc850c23dc60f4583c030 /drivers/devfreq/exynos/Makefile
parentae29fa1d50bead8f1971f30aa9a73bfbff984824 (diff)
PM / devfreq: exynos4: use common PPMU code
This patch converts exynos4_bus driver to use common PPMU code (exynos_ppmu.c) instead of individual functions related to PPC because PPMU is integrated module with both PPC and Bus event generator. When using PPMU to get bus performance read/write event exynos4_bus driver deson't need to consider memory type. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> [bzolnier: splitted out changes from the bigger patch] Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq/exynos/Makefile')
-rw-r--r--drivers/devfreq/exynos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/Makefile b/drivers/devfreq/exynos/Makefile
index bfaaf5b0d61d..49bc9175f923 100644
--- a/drivers/devfreq/exynos/Makefile
+++ b/drivers/devfreq/exynos/Makefile
@@ -1,3 +1,3 @@
# Exynos DEVFREQ Drivers
-obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos_ppmu.o exynos4_bus.o
obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o