spi/pl022: move probe call to subsys_initcall()
[deliverable/linux.git] / drivers / spi / amba-pl022.c
index 80613abe961d008b6e8e3b87f80766b9ace9be4f..4c37c4e28647e68f62e1eaadcc92ac887857bf44 100644 (file)
@@ -1983,7 +1983,7 @@ static int __init pl022_init(void)
        return amba_driver_register(&pl022_driver);
 }
 
-module_init(pl022_init);
+subsys_initcall(pl022_init);
 
 static void __exit pl022_exit(void)
 {
This page took 0.037746 seconds and 5 git commands to generate.