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/ar934x_nfc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c') diff --git a/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c b/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c index 9bc9b125f4..9434d0fe06 100644 --- a/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c +++ b/target/linux/ar71xx/files/drivers/mtd/nand/ar934x_nfc.c @@ -1051,7 +1051,6 @@ ar934x_nfc_probe(struct platform_device *pdev) else mtd->name = dev_name(&pdev->dev); - nand->options = NAND_NO_AUTOINCR; nand->chip_delay = 25; nand->ecc.mode = NAND_ECC_SOFT; -- cgit v1.2.3