summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2015-12-07 23:26:00 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-01-26 10:27:35 -0800
commitd5e83ea7dc510fe8e7b4a54e5a93f3dd760f6d7e (patch)
tree43546e88168ccbde4855dd57ac0a709ba920eb2d /drivers/mtd
parentf88f44cbf10cf5bd42d6e46ea6625d9bfa5f155d (diff)
downloadlinux-stable-d5e83ea7dc510fe8e7b4a54e5a93f3dd760f6d7e.tar.gz
linux-stable-d5e83ea7dc510fe8e7b4a54e5a93f3dd760f6d7e.tar.bz2
linux-stable-d5e83ea7dc510fe8e7b4a54e5a93f3dd760f6d7e.zip
mtd: nand: jz4740: kill the ->ecc_layout field
->ecc_layout is not used by any board file. Kill this field to avoid any confusion. New boards are encouraged to use the default ECC layout defined in NAND core. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/jz4740_nand.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/nand/jz4740_nand.c b/drivers/mtd/nand/jz4740_nand.c
index b19d2a9a5eb9..673ceb2a0b44 100644
--- a/drivers/mtd/nand/jz4740_nand.c
+++ b/drivers/mtd/nand/jz4740_nand.c
@@ -427,9 +427,6 @@ static int jz_nand_probe(struct platform_device *pdev)
chip->ecc.strength = 4;
chip->ecc.options = NAND_ECC_GENERIC_ERASED_CHECK;
- if (pdata)
- chip->ecc.layout = pdata->ecc_layout;
-
chip->chip_delay = 50;
chip->cmd_ctrl = jz_nand_cmd_ctrl;
chip->select_chip = jz_nand_select_chip;