aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2011-12-30 08:46:40 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-01-09 13:26:03 -0500
commitbac972777403f810d83062dd0d0303746e466ece (patch)
tree19aa84a9ac586b4563d69ddbfc0308ec937c0aae /include
parentd81a32f2c16a3c42cf26f2216765c520630daa4e (diff)
mtd: remove unused default_mtd_readv prototype
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/mtd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index cb33cc12e18f..671c89289fc3 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -485,9 +485,6 @@ extern int unregister_mtd_user (struct mtd_notifier *old);
485int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, 485int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
486 unsigned long count, loff_t to, size_t *retlen); 486 unsigned long count, loff_t to, size_t *retlen);
487 487
488int default_mtd_readv(struct mtd_info *mtd, struct kvec *vecs,
489 unsigned long count, loff_t from, size_t *retlen);
490
491void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size); 488void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);
492 489
493void mtd_erase_callback(struct erase_info *instr); 490void mtd_erase_callback(struct erase_info *instr);