aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/doc2001.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/devices/doc2001.c')
-rw-r--r--drivers/mtd/devices/doc2001.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/devices/doc2001.c b/drivers/mtd/devices/doc2001.c
index 0e2a9326f717..22a3b9e6aaaf 100644
--- a/drivers/mtd/devices/doc2001.c
+++ b/drivers/mtd/devices/doc2001.c
@@ -349,7 +349,6 @@ void DoCMil_init(struct mtd_info *mtd)
349 349
350 mtd->type = MTD_NANDFLASH; 350 mtd->type = MTD_NANDFLASH;
351 mtd->flags = MTD_CAP_NANDFLASH; 351 mtd->flags = MTD_CAP_NANDFLASH;
352 mtd->ecctype = MTD_ECC_RS_DiskOnChip;
353 mtd->size = 0; 352 mtd->size = 0;
354 353
355 /* FIXME: erase size is not always 8KiB */ 354 /* FIXME: erase size is not always 8KiB */