diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos5-dt.c')
| -rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 1fe075a70c1e..37ea261f0f6c 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
| @@ -14,10 +14,10 @@ | |||
| 14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
| 15 | 15 | ||
| 16 | #include <asm/mach/arch.h> | 16 | #include <asm/mach/arch.h> |
| 17 | #include <mach/regs-pmu.h> | ||
| 18 | #include <plat/mfc.h> | 17 | #include <plat/mfc.h> |
| 19 | 18 | ||
| 20 | #include "common.h" | 19 | #include "common.h" |
| 20 | #include "regs-pmu.h" | ||
| 21 | 21 | ||
| 22 | static void __init exynos5_dt_machine_init(void) | 22 | static void __init exynos5_dt_machine_init(void) |
| 23 | { | 23 | { |
| @@ -44,6 +44,7 @@ static void __init exynos5_dt_machine_init(void) | |||
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | exynos_cpuidle_init(); | 46 | exynos_cpuidle_init(); |
| 47 | exynos_cpufreq_init(); | ||
| 47 | 48 | ||
| 48 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 49 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
| 49 | } | 50 | } |
