[MTD] Remove readv/readv_ecc
[safe/jmp/linux-2.6] / drivers / mtd / nand / nand_base.c
index 9aaeb3a..da2f4d1 100644 (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;