These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / sh / boards / mach-landisk / psw.c
index bef8352..5192b1f 100644 (file)
@@ -140,4 +140,4 @@ static int __init psw_init(void)
 {
        return platform_add_devices(psw_devices, ARRAY_SIZE(psw_devices));
 }
-module_init(psw_init);
+device_initcall(psw_init);