Merge branch 'origin' into for-linus
[linux-2.6-block.git] / drivers / spi / pxa2xx_spi.c
index 8a1fb608e8f1da6c621483524016b55e012785ba..c8c2b693ffacbb757b281f7190f02f118e4da3fc 100644 (file)
@@ -1731,7 +1731,7 @@ static int __init pxa2xx_spi_init(void)
 {
        return platform_driver_probe(&driver, pxa2xx_spi_probe);
 }
-module_init(pxa2xx_spi_init);
+subsys_initcall(pxa2xx_spi_init);
 
 static void __exit pxa2xx_spi_exit(void)
 {