]> 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 6858d73dcf48dcae9a3407f425eb6e37b17ccc7b..4603e6bd424b66202b895633c6fe74bd1958a3bd 100644 (file)
  * published by the Free Software Foundation.
 */
 
-#include <linux/kernel.h>
 #include <linux/of_platform.h>
 #include <linux/of_fdt.h>
-#include <linux/serial_core.h>
-#include <linux/memblock.h>
 
 #include <asm/mach/arch.h>
 #include <plat/mfc.h>
@@ -24,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);
 }