mtd: remove use of __devexit
[deliverable/linux.git] / drivers / mtd / nand / pasemi_nand.c
index 2e477cb20b732b4b599392c8d0a4e8fe4c4b10ab..5a67082c07ee302119edc7e5fdd1658dfb8abc81 100644 (file)
@@ -184,7 +184,7 @@ static int pasemi_nand_probe(struct platform_device *ofdev)
        return err;
 }
 
-static int __devexit pasemi_nand_remove(struct platform_device *ofdev)
+static int pasemi_nand_remove(struct platform_device *ofdev)
 {
        struct nand_chip *chip;
 
This page took 0.024348 seconds and 5 git commands to generate.