aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-28 12:21:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-28 12:21:15 +0000
commita6549ac1cbe00295dcf8274eeba09effb5103d4a (patch)
tree6a978c642a68b1b53e2aec7f7d1d10c36268c1b2 /target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c
parent9a37cf7ec68590d341c777f33f2ae6e5f9ef92bc (diff)
downloadupstream-a6549ac1cbe00295dcf8274eeba09effb5103d4a.tar.gz
upstream-a6549ac1cbe00295dcf8274eeba09effb5103d4a.tar.bz2
upstream-a6549ac1cbe00295dcf8274eeba09effb5103d4a.zip
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 <juhosg@openwrt.org> SVN-Revision: 33971
Diffstat (limited to 'target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c')
-rw-r--r--target/linux/ar71xx/files/drivers/mtd/nand/rb750_nand.c1
1 files changed, 0 insertions, 1 deletions
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;