diff options
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | 2006-05-27 14:05:26 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | 2006-05-29 09:06:49 -0400 |
commit | 8be834f76291fdcc0614cb84926c6910b9f2ecbc (patch) | |
tree | c982bac1ebe520e7f6c17291887ff8b1c2219180 /include/linux/mtd/ndfc.h | |
parent | 19676ff0a64af9d75d48f17cb67bee8110f6ffbf (diff) |
[MTD] NAND Fix platform structure and NDFC driver
The platform structure was lacking an oobinfo field.
The NDFC driver had some remains from another tree.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/mtd/ndfc.h')
-rw-r--r-- | include/linux/mtd/ndfc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/ndfc.h b/include/linux/mtd/ndfc.h index 31d61f07d768..d0558a982628 100644 --- a/include/linux/mtd/ndfc.h +++ b/include/linux/mtd/ndfc.h | |||
@@ -56,7 +56,8 @@ | |||
56 | #define NDFC_MAX_BANKS 4 | 56 | #define NDFC_MAX_BANKS 4 |
57 | 57 | ||
58 | struct ndfc_controller_settings { | 58 | struct ndfc_controller_settings { |
59 | uint32_t ccr_settings; | 59 | uint32_t ccr_settings; |
60 | uint64_t ndfc_erpn; | ||
60 | }; | 61 | }; |
61 | 62 | ||
62 | struct ndfc_chip_settings { | 63 | struct ndfc_chip_settings { |