aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/map_rom.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/chips/map_rom.c')
-rw-r--r--drivers/mtd/chips/map_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/map_rom.c b/drivers/mtd/chips/map_rom.c
index d59ac0136510..bc6ee9ef8a31 100644
--- a/drivers/mtd/chips/map_rom.c
+++ b/drivers/mtd/chips/map_rom.c
@@ -40,7 +40,7 @@ static struct mtd_info *map_rom_probe(struct map_info *map)
40 map->fldrv = &maprom_chipdrv; 40 map->fldrv = &maprom_chipdrv;
41 mtd->priv = map; 41 mtd->priv = map;
42 mtd->name = map->name; 42 mtd->name = map->name;
43 mtd->type = MTD_GENERIC_TYPE; 43 mtd->type = MTD_ROM;
44 mtd->size = map->size; 44 mtd->size = map->size;
45 mtd->read = maprom_read; 45 mtd->read = maprom_read;
46 mtd->write = maprom_write; 46 mtd->write = maprom_write;