Heinrich Schuchardt c65b7d1acf mtd: remove drivers/mtd/mw_eeprom.c
drivers/mtd/mw_eeprom.c contains code that never worked. mw_eeprom_write()
and mw_eeprom_read() have incorrect loop conditions:

	while (len <= 2) {

CONFIG_MW_EEPROM is not set anywhere. So let's simply drop the module.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-01-18 15:23:06 -05:00
..
2020-11-15 15:29:40 +05:30
2020-10-08 09:04:41 +02:00
2021-01-18 15:23:06 -05:00
2021-01-16 19:17:11 -05:00