[MTD] Remove nand writev support
[deliverable/linux.git] / include / linux / mtd / mtd.h
index d48c7492392b97547e79a080c64312318acc3e3d..dba25da84aed9376e86557d1b785a0b392b7e8cd 100644 (file)
@@ -142,8 +142,6 @@ struct mtd_info {
        int (*readv_ecc) (struct mtd_info *mtd, struct kvec *vecs, unsigned long count, loff_t from,
                size_t *retlen, u_char *eccbuf, struct nand_oobinfo *oobsel);
        int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen);
-       int (*writev_ecc) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to,
-               size_t *retlen, u_char *eccbuf, struct nand_oobinfo *oobsel);
 
        /* Sync */
        void (*sync) (struct mtd_info *mtd);
This page took 0.027115 seconds and 5 git commands to generate.