mtd: remove drivers/mtd/mw_eeprom.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 10:54:23 +0000 (11:54 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:23:06 +0000 (15:23 -0500)
commitc65b7d1acfffda1a73bcea2cd0d2bc43ce54540f
tree25c8c987dc67ff384289e15b4a3d01c9251d220b
parent80b1ef942d96a6025c96305284f83bc0a8aa194e
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>
drivers/mtd/Makefile
drivers/mtd/mw_eeprom.c [deleted file]