mtd: remove use of __devexit
[deliverable/linux.git] / drivers / mtd / nand / sh_flctl.c
index e45d6bd2901ab37c73dff8a1b1b7941ae8f35031..2a215962071f2e9f954905aa0e33d539c351192f 100644 (file)
@@ -1198,7 +1198,7 @@ err_iomap:
        return ret;
 }
 
-static int __devexit flctl_remove(struct platform_device *pdev)
+static int flctl_remove(struct platform_device *pdev)
 {
        struct sh_flctl *flctl = platform_get_drvdata(pdev);
 
This page took 0.02643 seconds and 5 git commands to generate.