ARM: convert arm/arm64 arch timer to use CLKSRC_OF init
[deliverable/linux.git] / arch / arm / mach-exynos / mct.c
index c9d6650f9b5dec4cc4d5f9c7f3f4c2b87661a811..04aff6a61e8d52b1abb29b3aa7f3d6c59d5bd769 100644 (file)
@@ -21,7 +21,6 @@
 #include <linux/percpu.h>
 #include <linux/of.h>
 
-#include <asm/arch_timer.h>
 #include <asm/localtimer.h>
 
 #include <plat/cpu.h>
@@ -469,11 +468,6 @@ static void __init exynos4_timer_resources(void)
 
 void __init exynos4_timer_init(void)
 {
-       if (soc_is_exynos5440()) {
-               arch_timer_of_register();
-               return;
-       }
-
        if ((soc_is_exynos4210()) || (soc_is_exynos5250()))
                mct_int_type = MCT_INT_SPI;
        else
This page took 0.023552 seconds and 5 git commands to generate.