From a6549ac1cbe00295dcf8274eeba09effb5103d4a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 28 Oct 2012 12:21:15 +0000 Subject: ar71xx: remove NO_AUTOINCR flag from the NAND drivers The flag is not present in 3.6. Also add compatibility patches for 3.3. Signed-off-by: Gabor Juhos SVN-Revision: 33971 --- target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c') diff --git a/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c b/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c index 251e182208..9a0eadb93d 100644 --- a/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c +++ b/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c @@ -289,7 +289,6 @@ static int __devinit rb750_nand_probe(struct platform_device *pdev) info->chip.chip_delay = 25; info->chip.ecc.mode = NAND_ECC_SOFT; - info->chip.options |= NAND_NO_AUTOINCR; info->pdata = pdata; -- cgit v1.2.3