[MTD] Restore MTD_ROM and MTD_RAM types
[deliverable/linux.git] / drivers / mtd / devices / mtdram.c
index 8ab4b931215ffba1947cf18b092397e9e4a41284..b4438eacfd80d47c7dfc7e59146f9b806e8ae6e6 100644 (file)
@@ -103,7 +103,7 @@ int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
 
        /* Setup the MTD structure */
        mtd->name = name;
-       mtd->type = MTD_GENERIC_TYPE;
+       mtd->type = MTD_RAM;
        mtd->flags = MTD_CAP_RAM;
        mtd->size = size;
        mtd->writesize = 1;
This page took 0.026949 seconds and 5 git commands to generate.