]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi_mpc8xxx.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[~andy/linux] / drivers / spi / spi_mpc8xxx.c
index 930135dc73baffd70c526518eba4d9eeee9f9b27..e9390d747bfcf35e018747fcfc6a1b2e529ef486 100644 (file)
@@ -1356,7 +1356,7 @@ static int __devexit plat_mpc8xxx_spi_remove(struct platform_device *pdev)
 MODULE_ALIAS("platform:mpc8xxx_spi");
 static struct platform_driver mpc8xxx_spi_driver = {
        .probe = plat_mpc8xxx_spi_probe,
-       .remove = __exit_p(plat_mpc8xxx_spi_remove),
+       .remove = __devexit_p(plat_mpc8xxx_spi_remove),
        .driver = {
                .name = "mpc8xxx_spi",
                .owner = THIS_MODULE,