ar71xx: remove buffer verification reference from rb4xx_nand.c
authorGabor Juhos <juhosg@openwrt.org>
Tue, 20 Nov 2012 14:40:22 +0000 (14:40 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 20 Nov 2012 14:40:22 +0000 (14:40 +0000)
It is a dead code.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34276

target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c

index a007484b2e76c83c9b96c4be7f7b723d626e9c8d..a379900fe32baa095c08b1c7cfdb534498fc58fd 100644 (file)
@@ -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;