aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_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
commit1517cc75d20dcca47f9dd3b5d7457fec9bba5e83 (patch)
tree26e5bf0e6ac4fe0be168715a6f8e7b906f4f7e4b /target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
parent7a14817d2d032a15d3bafaf7c056281a80cd12fe (diff)
downloadmaster-187ad058-1517cc75d20dcca47f9dd3b5d7457fec9bba5e83.tar.gz
master-187ad058-1517cc75d20dcca47f9dd3b5d7457fec9bba5e83.tar.bz2
master-187ad058-1517cc75d20dcca47f9dd3b5d7457fec9bba5e83.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c')
-rw-r--r--target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
index 1cb8f82407..3255043133 100644
--- a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
+++ b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
@@ -221,7 +221,6 @@ static int __devinit rb4xx_nand_probe(struct platform_device *pdev)
info->chip.chip_delay = 25;
info->chip.ecc.mode = NAND_ECC_SOFT;
- info->chip.options |= NAND_NO_AUTOINCR;
platform_set_drvdata(pdev, info);