]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
OneNAND: Remove unused parameters to onenand_verify_page
authorSteve Sakoman <steve@sakoman.com>
Mon, 11 Aug 2008 18:26:16 +0000 (20:26 +0200)
committerScott Wood <scottwood@freescale.com>
Mon, 11 Aug 2008 20:07:46 +0000 (15:07 -0500)
commit4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
tree3c0689acb94948ae770cb8cfbce8a422fee41db6
parent81c4dc39797e88ebbde14bb4b711f9588f197680
OneNAND: Remove unused parameters to onenand_verify_page

The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
drivers/mtd/onenand/onenand_base.c