Message ID | 1387555350-989-5-git-send-email-shijie8@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Dec 21, 2013 at 12:02:30AM +0800, Huang Shijie wrote: > There is no reference to these two macros now. > Just remove them. > > Signed-off-by: Huang Shijie <shijie8@gmail.com> Now that patch 3 is fixed, I've pushed this patch as well. Thanks for cleaning this up! Brian
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 4bbcaba..863609e 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -52,14 +52,6 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); #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 * * These are bits which can be or'ed to set/clear multiple
There is no reference to these two macros now. Just remove them. Signed-off-by: Huang Shijie <shijie8@gmail.com> --- include/linux/mtd/nand.h | 8 -------- 1 file changed, 8 deletions(-)