diff options
| -rw-r--r-- | arch/arm/mach-exynos4/mct.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/mct.c b/arch/arm/mach-exynos4/mct.c index 1ae059b7ad7b..f3638fa73e62 100644 --- a/arch/arm/mach-exynos4/mct.c +++ b/arch/arm/mach-exynos4/mct.c | |||
| @@ -389,9 +389,11 @@ static void exynos4_mct_tick_init(struct clock_event_device *evt) | |||
| 389 | } | 389 | } |
| 390 | 390 | ||
| 391 | /* Setup the local clock events for a CPU */ | 391 | /* Setup the local clock events for a CPU */ |
| 392 | void __cpuinit local_timer_setup(struct clock_event_device *evt) | 392 | int __cpuinit local_timer_setup(struct clock_event_device *evt) |
| 393 | { | 393 | { |
| 394 | exynos4_mct_tick_init(evt); | 394 | exynos4_mct_tick_init(evt); |
| 395 | |||
| 396 | return 0; | ||
| 395 | } | 397 | } |
| 396 | 398 | ||
| 397 | int local_timer_ack(void) | 399 | int local_timer_ack(void) |
