diff options
| author | 2015-11-23 23:58:17 +0900 | |
|---|---|---|
| committer | 2016-05-03 11:20:09 +0900 | |
| commit | bfcd6204871cf63e6833b87cdcfe47d7d2da8a29 (patch) | |
| tree | 1949b9180d4884ce28c4f73f71fa56fa7b15eafd /drivers/devfreq/exynos/Makefile | |
| parent | PM / devfreq: exynos: Add the detailed correlation between sub-blocks and power line (diff) | |
| download | linux-dev-bfcd6204871cf63e6833b87cdcfe47d7d2da8a29.tar.xz linux-dev-bfcd6204871cf63e6833b87cdcfe47d7d2da8a29.zip | |
PM / devfreq: exynos: Remove unused exynos4/5 busfreq driver
This patch removes the unused exynos4/5 busfreq driver. Instead,
generic exynos-bus frequency driver support the all Exynos SoCs.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'drivers/devfreq/exynos/Makefile')
| -rw-r--r-- | drivers/devfreq/exynos/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/devfreq/exynos/Makefile b/drivers/devfreq/exynos/Makefile deleted file mode 100644 index 49bc9175f923..000000000000 --- a/drivers/devfreq/exynos/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# Exynos DEVFREQ Drivers -obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos_ppmu.o exynos4_bus.o -obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o |
