mtd: remove use of __devinit
[deliverable/linux.git] / drivers / mtd / nand / lpc32xx_slc.c
index 9e291b71a8ccb9a65163dffba420ef6489b3bd00..17267f2819d2e8bcf65669dd3ae3a62c03eeedad 100644 (file)
@@ -755,7 +755,7 @@ static struct lpc32xx_nand_cfg_slc *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.027031 seconds and 5 git commands to generate.