diff options
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/kernel/time.c b/arch/nios2/kernel/time.c index bbc3f9157f9c..e835dda2bfe2 100644 --- a/arch/nios2/kernel/time.c +++ b/arch/nios2/kernel/time.c | |||
@@ -324,7 +324,7 @@ void __init time_init(void) | |||
324 | if (count < 2) | 324 | if (count < 2) |
325 | panic("%d timer is found, it needs 2 timers in system\n", count); | 325 | panic("%d timer is found, it needs 2 timers in system\n", count); |
326 | 326 | ||
327 | clocksource_of_init(); | 327 | clocksource_probe(); |
328 | } | 328 | } |
329 | 329 | ||
330 | CLOCKSOURCE_OF_DECLARE(nios2_timer, ALTR_TIMER_COMPATIBLE, nios2_time_init); | 330 | CLOCKSOURCE_OF_DECLARE(nios2_timer, ALTR_TIMER_COMPATIBLE, nios2_time_init); |