diff options
Diffstat (limited to 'arch/arm/mach-exynos/mct.c')
-rw-r--r-- | arch/arm/mach-exynos/mct.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-exynos/mct.c b/arch/arm/mach-exynos/mct.c index 57668eb68e75..4a89b54fcadb 100644 --- a/arch/arm/mach-exynos/mct.c +++ b/arch/arm/mach-exynos/mct.c | |||
@@ -478,7 +478,7 @@ static void __init exynos4_timer_resources(void) | |||
478 | #endif /* CONFIG_LOCAL_TIMERS */ | 478 | #endif /* CONFIG_LOCAL_TIMERS */ |
479 | } | 479 | } |
480 | 480 | ||
481 | static void __init exynos_timer_init(void) | 481 | void __init exynos4_timer_init(void) |
482 | { | 482 | { |
483 | if (soc_is_exynos5440()) { | 483 | if (soc_is_exynos5440()) { |
484 | arch_timer_of_register(); | 484 | arch_timer_of_register(); |
@@ -494,7 +494,3 @@ static void __init exynos_timer_init(void) | |||
494 | exynos4_clocksource_init(); | 494 | exynos4_clocksource_init(); |
495 | exynos4_clockevent_init(); | 495 | exynos4_clockevent_init(); |
496 | } | 496 | } |
497 | |||
498 | struct sys_timer exynos4_timer = { | ||
499 | .init = exynos_timer_init, | ||
500 | }; | ||