Loading include/linux/mtd/nand.h +0 −8 Original line number Diff line number Diff line Loading @@ -51,14 +51,6 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); /* The maximum number of NAND chips in an array */ #define NAND_MAX_CHIPS 8 /* * This constant declares the max. oobsize / page, which * is supported now. If you add a chip with bigger oobsize/page * adjust this accordingly. */ #define NAND_MAX_OOBSIZE 744 #define NAND_MAX_PAGESIZE 8192 /* * Constants for hardware specific CLE/ALE/NCE function * Loading Loading
include/linux/mtd/nand.h +0 −8 Original line number Diff line number Diff line Loading @@ -51,14 +51,6 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); /* The maximum number of NAND chips in an array */ #define NAND_MAX_CHIPS 8 /* * This constant declares the max. oobsize / page, which * is supported now. If you add a chip with bigger oobsize/page * adjust this accordingly. */ #define NAND_MAX_OOBSIZE 744 #define NAND_MAX_PAGESIZE 8192 /* * Constants for hardware specific CLE/ALE/NCE function * Loading