These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / powerpc / platforms / 83xx / suspend.c
index c9adbfb..fcbea4b 100644 (file)
@@ -445,5 +445,4 @@ static int pmc_init(void)
 {
        return platform_driver_register(&pmc_driver);
 }
-
-module_init(pmc_init);
+device_initcall(pmc_init);