diff options
| author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2011-12-30 08:46:40 -0500 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 13:26:03 -0500 |
| commit | bac972777403f810d83062dd0d0303746e466ece (patch) | |
| tree | 19aa84a9ac586b4563d69ddbfc0308ec937c0aae /include/linux/mtd | |
| parent | d81a32f2c16a3c42cf26f2216765c520630daa4e (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/linux/mtd')
| -rw-r--r-- | include/linux/mtd/mtd.h | 3 |
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); | |||
| 485 | int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, | 485 | int 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 | ||
| 488 | int default_mtd_readv(struct mtd_info *mtd, struct kvec *vecs, | ||
| 489 | unsigned long count, loff_t from, size_t *retlen); | ||
| 490 | |||
| 491 | void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size); | 488 | void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size); |
| 492 | 489 | ||
| 493 | void mtd_erase_callback(struct erase_info *instr); | 490 | void mtd_erase_callback(struct erase_info *instr); |
