aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/doc2000.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 11:21:03 -0400
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-23 11:21:03 -0400
commit9223a456da8ed357bf7e0b128c853e2c8bd54614 (patch)
tree50cb225c4ba9c610ae4cb67231b319e78e935ac4 /drivers/mtd/devices/doc2000.c
parent2528e8cdf376d7da24647c442ec1e88c360d76ca (diff)
[MTD] Remove read/write _ecc variants
MTD clients are agnostic of FLASH which needs ECC suppport. Remove the functions and fixup the callers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/devices/doc2000.c')
-rw-r--r--drivers/mtd/devices/doc2000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/devices/doc2000.c b/drivers/mtd/devices/doc2000.c
index 6f32942fdf77..d9ba1ee658f6 100644
--- a/drivers/mtd/devices/doc2000.c
+++ b/drivers/mtd/devices/doc2000.c
@@ -584,8 +584,6 @@ void DoC2k_init(struct mtd_info *mtd)
584 mtd->unpoint = NULL; 584 mtd->unpoint = NULL;
585 mtd->read = doc_read; 585 mtd->read = doc_read;
586 mtd->write = doc_write; 586 mtd->write = doc_write;
587 mtd->read_ecc = doc_read_ecc;
588 mtd->write_ecc = doc_write_ecc;
589 mtd->read_oob = doc_read_oob; 587 mtd->read_oob = doc_read_oob;
590 mtd->write_oob = doc_write_oob; 588 mtd->write_oob = doc_write_oob;
591 mtd->sync = NULL; 589 mtd->sync = NULL;