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)
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>

No differences found