ARM: nomadik: remove NAND_NO_READRDY use
authorArnd Bergmann <arnd@arndb.de>
Sun, 23 Sep 2012 22:57:22 +0000 (22:57 +0000)
committerArnd Bergmann <arnd@arndb.de>
Fri, 28 Sep 2012 20:13:02 +0000 (22:13 +0200)
commitb0247eac31bde4b9572e28cd3dfd930dd4c5fb26
treebaa92faceb12c96e3fe976f28bf11cbcbe5af6c6
parentb10731fb567e9029113089119b296a012a8310d7
ARM: nomadik: remove NAND_NO_READRDY use

The nhk8815 board files uses NAND_NO_READRDY in its platform data, but
this macro is getting removed because it was not being used anywhere.

Without this patch, building nhk8815_defconfig results in:

arch/arm/mach-nomadik/board-nhk8815.c:118:6: error: 'NAND_NO_READRDY' undeclared here (not in a function)

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Alessandro Rubini <rubini@unipv.it>
Cc: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-nomadik/board-nhk8815.c