mtd: remove use of __devexit
[deliverable/linux.git] / drivers / mtd / nand / lpc32xx_mlc.c
index bb83daf9c7390c014665a719d0aee81e7075e06e..f182befa73607bfcf180c3063f2f486e602fd404 100644 (file)
@@ -845,7 +845,7 @@ err_exit1:
 /*
  * Remove NAND device
  */
-static int __devexit lpc32xx_nand_remove(struct platform_device *pdev)
+static int lpc32xx_nand_remove(struct platform_device *pdev)
 {
        struct lpc32xx_nand_host *host = platform_get_drvdata(pdev);
        struct mtd_info *mtd = &host->mtd;
This page took 0.024566 seconds and 5 git commands to generate.