]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-exynos/mach-exynos4-dt.c
Merge remote-tracking branch 'samsung/for-next'
[karo-tx-linux.git] / arch / arm / mach-exynos / mach-exynos4-dt.c
index 3fc338f14f5b220511a76898324809ebe7f5759a..4603e6bd424b66202b895633c6fe74bd1958a3bd 100644 (file)
@@ -21,6 +21,8 @@
 
 static void __init exynos4_dt_machine_init(void)
 {
+       exynos_cpuidle_init();
+
        of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
 }
 
@@ -50,7 +52,6 @@ DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)")
        .init_early     = exynos_firmware_init,
        .init_machine   = exynos4_dt_machine_init,
        .init_late      = exynos_init_late,
-       .init_time      = exynos_init_time,
        .dt_compat      = exynos4_dt_compat,
        .restart        = exynos4_restart,
        .reserve        = exynos4_reserve,