[MTD] Remove readv/readv_ecc

These functions were never implemented and added only bloat to
partition and concat code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2006-05-23 16:10:00 +02:00
parent 9d8522df37
commit 2528e8cdf3
4 changed files with 1 additions and 37 deletions

View File

@@ -2531,7 +2531,6 @@ int nand_scan(struct mtd_info *mtd, int maxchips)
mtd->write_ecc = nand_write_ecc;
mtd->read_oob = nand_read_oob;
mtd->write_oob = nand_write_oob;
mtd->readv = NULL;
mtd->sync = nand_sync;
mtd->lock = NULL;
mtd->unlock = NULL;