[MTD] Restore MTD_ROM and MTD_RAM types
Let's not attempt the abolition of mtd->type until/unless it's properly thought through. And certainly, let's not do it by halves. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -64,7 +64,7 @@ static struct mtd_info *map_ram_probe(struct map_info *map)
|
||||
map->fldrv = &mapram_chipdrv;
|
||||
mtd->priv = map;
|
||||
mtd->name = map->name;
|
||||
mtd->type = MTD_GENERIC_TYPE;
|
||||
mtd->type = MTD_RAM;
|
||||
mtd->size = map->size;
|
||||
mtd->erase = mapram_erase;
|
||||
mtd->read = mapram_read;
|
||||
|
Reference in New Issue
Block a user