]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi-atmel.c
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
[karo-tx-linux.git] / drivers / spi / spi-atmel.c
index ab34497bcfeee53d9961654de6c8fda91acbe0e6..656d137db253b1d40cbc40428409f045610cca7b 100644 (file)
@@ -1088,7 +1088,7 @@ static struct platform_driver atmel_spi_driver = {
        .suspend        = atmel_spi_suspend,
        .resume         = atmel_spi_resume,
        .probe          = atmel_spi_probe,
-       .remove         = __exit_p(atmel_spi_remove),
+       .remove         = atmel_spi_remove,
 };
 module_platform_driver(atmel_spi_driver);