clocksource: Mostly kill clocksource_register()
[deliverable/linux.git] / arch / s390 / kernel / time.c
index 20660dddb2d67f1e4ebdd16a2a89ff99602935f1..6c273cd815bbca6cce19c6e3fdc6e0d2e133d46a 100644 (file)
@@ -283,7 +283,7 @@ void __init time_init(void)
        if (register_external_irq(EXT_IRQ_TIMING_ALERT, timing_alert_interrupt))
                panic("Couldn't request external interrupt 0x1406");
 
-       if (clocksource_register(&clocksource_tod) != 0)
+       if (__clocksource_register(&clocksource_tod) != 0)
                panic("Could not register TOD clock source");
 
        /* Enable TOD clock interrupts on the boot cpu. */
This page took 0.029228 seconds and 5 git commands to generate.