Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 106effbe authored by Alessio Igor Bogani's avatar Alessio Igor Bogani Committed by Brian Norris
Browse files

mtd: map_ram: Enable mtdoops

parent 0c45e601
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -68,6 +68,7 @@ static struct mtd_info *map_ram_probe(struct map_info *map)
	mtd->_get_unmapped_area = mapram_unmapped_area;
	mtd->_get_unmapped_area = mapram_unmapped_area;
	mtd->_read = mapram_read;
	mtd->_read = mapram_read;
	mtd->_write = mapram_write;
	mtd->_write = mapram_write;
	mtd->_panic_write = mapram_write;
	mtd->_sync = mapram_nop;
	mtd->_sync = mapram_nop;
	mtd->flags = MTD_CAP_RAM;
	mtd->flags = MTD_CAP_RAM;
	mtd->writesize = 1;
	mtd->writesize = 1;