diff options
author | Huang Shijie <shijie8@gmail.com> | 2013-12-20 11:02:30 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-03-11 01:42:22 -0400 |
commit | 3f172cbdfbb799e35cc972fc9f7e43d0e971577b (patch) | |
tree | 7e74e140c2aa32f92d58757ad1040b7f3cd363eb /include/linux/mtd | |
parent | f02ea4e6a47d50a38f5baadbe87f5087dd337db0 (diff) |
mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE
There is no reference to these two macros now.
Just remove them.
Signed-off-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 520ebca11f5d..a719686c9cce 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); | |||
52 | #define NAND_MAX_CHIPS 8 | 52 | #define NAND_MAX_CHIPS 8 |
53 | 53 | ||
54 | /* | 54 | /* |
55 | * This constant declares the max. oobsize / page, which | ||
56 | * is supported now. If you add a chip with bigger oobsize/page | ||
57 | * adjust this accordingly. | ||
58 | */ | ||
59 | #define NAND_MAX_OOBSIZE 744 | ||
60 | #define NAND_MAX_PAGESIZE 8192 | ||
61 | |||
62 | /* | ||
63 | * Constants for hardware specific CLE/ALE/NCE function | 55 | * Constants for hardware specific CLE/ALE/NCE function |
64 | * | 56 | * |
65 | * These are bits which can be or'ed to set/clear multiple | 57 | * These are bits which can be or'ed to set/clear multiple |