diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-20 14:40:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-20 14:40:22 +0000 |
commit | 46a3b818b97bd3314885e32c4e52663c2878fc24 (patch) | |
tree | 85a7c5755d709db7a0606c24772c99ecb2fe76bd /target | |
parent | 674b91ce0ecbd470ac75452e5defc9fc0d4c5b0f (diff) | |
download | upstream-46a3b818b97bd3314885e32c4e52663c2878fc24.tar.gz upstream-46a3b818b97bd3314885e32c4e52663c2878fc24.tar.bz2 upstream-46a3b818b97bd3314885e32c4e52663c2878fc24.zip |
ar71xx: remove buffer verification reference from rb4xx_nand.c
It is a dead code.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34276
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c | 3 |
1 files changed, 0 insertions, 3 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 a007484b2e..a379900fe3 100644 --- a/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c +++ b/target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c @@ -215,9 +215,6 @@ static int __devinit rb4xx_nand_probe(struct platform_device *pdev) info->chip.read_byte = rb4xx_nand_read_byte; info->chip.write_buf = rb4xx_nand_write_buf; info->chip.read_buf = rb4xx_nand_read_buf; -#if 0 - info->chip.verify_buf = rb4xx_nand_verify_buf; -#endif info->chip.chip_delay = 25; info->chip.ecc.mode = NAND_ECC_SOFT; |