mtd: remove use of __devexit_p
[linux-block.git] / drivers / mtd / nand / bf5xx_nand.c
index ab0caa74eb43e428b57e298b1ff29d4b7a38a0a0..0afd4ac34248fe0e5ce97e0f90328090b485eb62 100644 (file)
@@ -865,7 +865,7 @@ static int bf5xx_nand_resume(struct platform_device *dev)
 /* driver device registration */
 static struct platform_driver bf5xx_nand_driver = {
        .probe          = bf5xx_nand_probe,
-       .remove         = __devexit_p(bf5xx_nand_remove),
+       .remove         = bf5xx_nand_remove,
        .suspend        = bf5xx_nand_suspend,
        .resume         = bf5xx_nand_resume,
        .driver         = {