diff options
Diffstat (limited to 'arch/arm/mach-exynos/mct.c')
-rw-r--r-- | arch/arm/mach-exynos/mct.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-exynos/mct.c b/arch/arm/mach-exynos/mct.c index 070d51eea93e..c9d6650f9b5d 100644 --- a/arch/arm/mach-exynos/mct.c +++ b/arch/arm/mach-exynos/mct.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/of.h> | 22 | #include <linux/of.h> |
23 | 23 | ||
24 | #include <asm/arch_timer.h> | 24 | #include <asm/arch_timer.h> |
25 | #include <asm/hardware/gic.h> | ||
26 | #include <asm/localtimer.h> | 25 | #include <asm/localtimer.h> |
27 | 26 | ||
28 | #include <plat/cpu.h> | 27 | #include <plat/cpu.h> |
@@ -468,7 +467,7 @@ static void __init exynos4_timer_resources(void) | |||
468 | #endif /* CONFIG_LOCAL_TIMERS */ | 467 | #endif /* CONFIG_LOCAL_TIMERS */ |
469 | } | 468 | } |
470 | 469 | ||
471 | static void __init exynos_timer_init(void) | 470 | void __init exynos4_timer_init(void) |
472 | { | 471 | { |
473 | if (soc_is_exynos5440()) { | 472 | if (soc_is_exynos5440()) { |
474 | arch_timer_of_register(); | 473 | arch_timer_of_register(); |
@@ -484,7 +483,3 @@ static void __init exynos_timer_init(void) | |||
484 | exynos4_clocksource_init(); | 483 | exynos4_clocksource_init(); |
485 | exynos4_clockevent_init(); | 484 | exynos4_clockevent_init(); |
486 | } | 485 | } |
487 | |||
488 | struct sys_timer exynos4_timer = { | ||
489 | .init = exynos_timer_init, | ||
490 | }; | ||