]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
omap-hw: kill eccsize
authorArnaud Patard (Rtp <arnaud.patard@rtp-net.org>
Mon, 5 Mar 2007 13:35:21 +0000 (14:35 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Mar 2007 12:28:07 +0000 (04:28 -0800)
mtd->eccsize has been removed in commit
mtd->64f60710568db5cec1a76c1d1e261b239f9ef809. Let's remove it in the
mtd->omap-hw driver.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
drivers/mtd/nand/omap-hw.c

index 3888961e8a74a3cda75001dc50701d2fdf17bba2..330a9dca272e8743751b1296fd55529be985ab92 100644 (file)
@@ -824,7 +824,6 @@ static int __init omap_nand_init(void)
                this->ecc.steps = 1;
                this->ecc.size = 2048;
                this->ecc.bytes = 12;
-               omap_mtd->eccsize = 2048;
                nand_write_reg(NND_ECC_SELECT, 6);
        }