diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-11-23 09:58:17 -0500 |
|---|---|---|
| committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-05-02 22:20:09 -0400 |
| commit | bfcd6204871cf63e6833b87cdcfe47d7d2da8a29 (patch) | |
| tree | 1949b9180d4884ce28c4f73f71fa56fa7b15eafd /drivers/devfreq/Makefile | |
| parent | 38279cac36397477d14edf84eff77c8454bc259a (diff) | |
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/Makefile')
| -rw-r--r-- | drivers/devfreq/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile index 2633087d5c63..09f11d9d40d5 100644 --- a/drivers/devfreq/Makefile +++ b/drivers/devfreq/Makefile | |||
| @@ -8,8 +8,6 @@ obj-$(CONFIG_DEVFREQ_GOV_PASSIVE) += governor_passive.o | |||
| 8 | 8 | ||
| 9 | # DEVFREQ Drivers | 9 | # DEVFREQ Drivers |
| 10 | obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o | 10 | obj-$(CONFIG_ARM_EXYNOS_BUS_DEVFREQ) += exynos-bus.o |
| 11 | obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/ | ||
| 12 | obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos/ | ||
| 13 | obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o | 11 | obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o |
| 14 | 12 | ||
| 15 | # DEVFREQ Event Drivers | 13 | # DEVFREQ Event Drivers |
