diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-03-21 13:31:43 -0400 |
|---|---|---|
| committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2014-05-24 04:56:39 -0400 |
| commit | ba778b374d55945a190f01f7a741c9657ae5f519 (patch) | |
| tree | 85a7bfbd4428aee6b5dfc850c23dc60f4583c030 /drivers/devfreq/exynos/Makefile | |
| parent | ae29fa1d50bead8f1971f30aa9a73bfbff984824 (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/Makefile | 2 |
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 @@ | |||
| 1 | # Exynos DEVFREQ Drivers | 1 | # Exynos DEVFREQ Drivers |
| 2 | obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o | 2 | obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos_ppmu.o exynos4_bus.o |
| 3 | obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o | 3 | obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o |
