diff options
Diffstat (limited to 'drivers/mtd/nand/pxa3xx_nand.c')
| -rw-r--r-- | drivers/mtd/nand/pxa3xx_nand.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index e8a1ae97a95..5df91d554da 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/pxa3xx_nand.c @@ -771,12 +771,6 @@ static void pxa3xx_nand_write_buf(struct mtd_info *mtd,  	info->buf_start += real_len;  } -static int pxa3xx_nand_verify_buf(struct mtd_info *mtd, -		const uint8_t *buf, int len) -{ -	return 0; -} -  static void pxa3xx_nand_select_chip(struct mtd_info *mtd, int chip)  {  	return; @@ -1069,7 +1063,6 @@ static int alloc_nand_resource(struct platform_device *pdev)  		chip->read_byte		= pxa3xx_nand_read_byte;  		chip->read_buf		= pxa3xx_nand_read_buf;  		chip->write_buf		= pxa3xx_nand_write_buf; -		chip->verify_buf	= pxa3xx_nand_verify_buf;  	}  	spin_lock_init(&chip->controller->lock);  |