diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi_mpc8xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_mpc8xxx.c b/drivers/spi/spi_mpc8xxx.c index 0fd0ec4d3a7d..1d98be9b1946 100644 --- a/drivers/spi/spi_mpc8xxx.c +++ b/drivers/spi/spi_mpc8xxx.c | |||
@@ -900,7 +900,7 @@ static int __devexit plat_mpc8xxx_spi_remove(struct platform_device *pdev) | |||
900 | MODULE_ALIAS("platform:mpc8xxx_spi"); | 900 | MODULE_ALIAS("platform:mpc8xxx_spi"); |
901 | static struct platform_driver mpc8xxx_spi_driver = { | 901 | static struct platform_driver mpc8xxx_spi_driver = { |
902 | .probe = plat_mpc8xxx_spi_probe, | 902 | .probe = plat_mpc8xxx_spi_probe, |
903 | .remove = __exit_p(plat_mpc8xxx_spi_remove), | 903 | .remove = __devexit_p(plat_mpc8xxx_spi_remove), |
904 | .driver = { | 904 | .driver = { |
905 | .name = "mpc8xxx_spi", | 905 | .name = "mpc8xxx_spi", |
906 | .owner = THIS_MODULE, | 906 | .owner = THIS_MODULE, |