]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/nios2/kernel/time.c
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / arch / nios2 / kernel / time.c
index bbc3f9157f9c4fec3418e8a92c20f204924e0c5b..e835dda2bfe2d5342f0b87f763476ebd9ae81875 100644 (file)
@@ -324,7 +324,7 @@ void __init time_init(void)
        if (count < 2)
                panic("%d timer is found, it needs 2 timers in system\n", count);
 
-       clocksource_of_init();
+       clocksource_probe();
 }
 
 CLOCKSOURCE_OF_DECLARE(nios2_timer, ALTR_TIMER_COMPATIBLE, nios2_time_init);