mtd: remove use of __devexit_p
[deliverable/linux.git] / drivers / mtd / nand / lpc32xx_slc.c
index 32409c45d4793d89015483193f4bdd1cfc25d12c..9e291b71a8ccb9a65163dffba420ef6489b3bd00 100644 (file)
@@ -1021,7 +1021,7 @@ MODULE_DEVICE_TABLE(of, lpc32xx_nand_match);
 
 static struct platform_driver lpc32xx_nand_driver = {
        .probe          = lpc32xx_nand_probe,
-       .remove         = __devexit_p(lpc32xx_nand_remove),
+       .remove         = lpc32xx_nand_remove,
        .resume         = lpc32xx_nand_resume,
        .suspend        = lpc32xx_nand_suspend,
        .driver         = {
This page took 0.02397 seconds and 5 git commands to generate.