]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mtd/nand/vf610_nfc.c
mtd: nand: Add page argument to write_page() etc.
[people/ms/u-boot.git] / drivers / mtd / nand / vf610_nfc.c
index a4d5a6205f38566f3647a6b05ca237229104a877..dfbefc6bb901c870b0fe8f16ce612fe757573891 100644 (file)
@@ -607,7 +607,7 @@ static int vf610_nfc_read_page(struct mtd_info *mtd, struct nand_chip *chip,
  * ECC will be calculated automatically
  */
 static int vf610_nfc_write_page(struct mtd_info *mtd, struct nand_chip *chip,
-                              const uint8_t *buf, int oob_required)
+                              const uint8_t *buf, int oob_required, int page)
 {
        struct vf610_nfc *nfc = mtd_to_nfc(mtd);