mtd: remove use of __devexit
[deliverable/linux.git] / drivers / mtd / nand / mxc_nand.c
index 77a03cf64dd3814d20bf1f7e4aa66737f896008e..4aef6a355d54088f10b67be200dcdfa696f5706a 100644 (file)
@@ -1538,7 +1538,7 @@ escan:
        return err;
 }
 
-static int __devexit mxcnd_remove(struct platform_device *pdev)
+static int mxcnd_remove(struct platform_device *pdev)
 {
        struct mxc_nand_host *host = platform_get_drvdata(pdev);
 
This page took 0.024636 seconds and 5 git commands to generate.