These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / platforms / ps3 / time.c
index ce73ce8..791c614 100644 (file)
@@ -92,5 +92,4 @@ static int __init ps3_rtc_init(void)
 
        return PTR_ERR_OR_ZERO(pdev);
 }
-
-module_init(ps3_rtc_init);
+device_initcall(ps3_rtc_init);