mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
[deliverable/linux.git] / include / linux / mtd / nand.h
index c7755f455c8161035023c010b50b15cc81d93e7a..57977c6405292347f8026fd23f7bc4572312e345 100644 (file)
@@ -372,9 +372,8 @@ struct nand_ecc_ctrl {
        int (*write_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip,
                        int page);
        int (*read_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip,
-                       int page, int sndcmd);
-       int (*read_oob)(struct mtd_info *mtd, struct nand_chip *chip, int page,
-                       int sndcmd);
+                       int page);
+       int (*read_oob)(struct mtd_info *mtd, struct nand_chip *chip, int page);
        int (*write_oob)(struct mtd_info *mtd, struct nand_chip *chip,
                        int page);
 };
This page took 0.024987 seconds and 5 git commands to generate.