mtd: remove use of __devinit
[deliverable/linux.git] / drivers / mtd / nand / lpc32xx_mlc.c
index 311564259d280fd2f6be717e5f5e029cc4a9f47c..bb83daf9c7390c014665a719d0aee81e7075e06e 100644 (file)
@@ -655,7 +655,7 @@ static struct lpc32xx_nand_cfg_mlc *lpc32xx_parse_dt(struct device *dev)
 /*
  * Probe for NAND controller
  */
-static int __devinit lpc32xx_nand_probe(struct platform_device *pdev)
+static int lpc32xx_nand_probe(struct platform_device *pdev)
 {
        struct lpc32xx_nand_host *host;
        struct mtd_info *mtd;
This page took 0.029364 seconds and 5 git commands to generate.