diff options
-rw-r--r-- | drivers/spi/pxa2xx_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index d949dbf1141f..31dd56f0dae9 100644 --- a/drivers/spi/pxa2xx_spi.c +++ b/drivers/spi/pxa2xx_spi.c | |||
@@ -1729,7 +1729,7 @@ static int __init pxa2xx_spi_init(void) | |||
1729 | { | 1729 | { |
1730 | return platform_driver_probe(&driver, pxa2xx_spi_probe); | 1730 | return platform_driver_probe(&driver, pxa2xx_spi_probe); |
1731 | } | 1731 | } |
1732 | module_init(pxa2xx_spi_init); | 1732 | subsys_initcall(pxa2xx_spi_init); |
1733 | 1733 | ||
1734 | static void __exit pxa2xx_spi_exit(void) | 1734 | static void __exit pxa2xx_spi_exit(void) |
1735 | { | 1735 | { |