Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bac97277 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by David Woodhouse
Browse files

mtd: remove unused default_mtd_readv prototype

parent d81a32f2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -485,9 +485,6 @@ extern int unregister_mtd_user (struct mtd_notifier *old);
int default_mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
		       unsigned long count, loff_t to, size_t *retlen);

int default_mtd_readv(struct mtd_info *mtd, struct kvec *vecs,
		      unsigned long count, loff_t from, size_t *retlen);

void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size);

void mtd_erase_callback(struct erase_info *instr);