aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 4030ebada49e..686f3701f2f4 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -271,13 +271,13 @@ struct nand_ecc_ctrl {
271 uint8_t *calc_ecc); 271 uint8_t *calc_ecc);
272 int (*read_page_raw)(struct mtd_info *mtd, 272 int (*read_page_raw)(struct mtd_info *mtd,
273 struct nand_chip *chip, 273 struct nand_chip *chip,
274 uint8_t *buf); 274 uint8_t *buf, int page);
275 void (*write_page_raw)(struct mtd_info *mtd, 275 void (*write_page_raw)(struct mtd_info *mtd,
276 struct nand_chip *chip, 276 struct nand_chip *chip,
277 const uint8_t *buf); 277 const uint8_t *buf);
278 int (*read_page)(struct mtd_info *mtd, 278 int (*read_page)(struct mtd_info *mtd,
279 struct nand_chip *chip, 279 struct nand_chip *chip,
280 uint8_t *buf); 280 uint8_t *buf, int page);
281 int (*read_subpage)(struct mtd_info *mtd, 281 int (*read_subpage)(struct mtd_info *mtd,
282 struct nand_chip *chip, 282 struct nand_chip *chip,
283 uint32_t offs, uint32_t len, 283 uint32_t offs, uint32_t len,