diff options
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | 2006-05-26 12:52:08 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | 2006-05-26 12:52:08 -0400 |
commit | f75e5097ef298c5a0aa106faa211d1afdc92dc3d (patch) | |
tree | 0de4534e9ae54cf5d17ea9ef20acefb931167eee /drivers/mtd/nand/rtc_from4.c | |
parent | e4d222ff18bca6322f032088a21e9c4a4c038b85 (diff) |
[MTD] NAND modularize write function
Modularize the write function and reorganaize the internal buffer
management. Remove obsolete chip options and fixup all affected
users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/nand/rtc_from4.c')
-rw-r--r-- | drivers/mtd/nand/rtc_from4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/rtc_from4.c b/drivers/mtd/nand/rtc_from4.c index b7083104a05b..de6de91fbad9 100644 --- a/drivers/mtd/nand/rtc_from4.c +++ b/drivers/mtd/nand/rtc_from4.c | |||
@@ -571,7 +571,6 @@ static int __init rtc_from4_init(void) | |||
571 | this->ecc.mode = NAND_ECC_HW_SYNDROME; | 571 | this->ecc.mode = NAND_ECC_HW_SYNDROME; |
572 | this->ecc.size = 512; | 572 | this->ecc.size = 512; |
573 | this->ecc.bytes = 8; | 573 | this->ecc.bytes = 8; |
574 | this->options |= NAND_HWECC_SYNDROME; | ||
575 | /* return the status of extra status and ECC checks */ | 574 | /* return the status of extra status and ECC checks */ |
576 | this->errstat = rtc_from4_errstat; | 575 | this->errstat = rtc_from4_errstat; |
577 | /* set the nand_oobinfo to support FPGA H/W error detection */ | 576 | /* set the nand_oobinfo to support FPGA H/W error detection */ |