commit | b0247eac31bde4b9572e28cd3dfd930dd4c5fb26 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Sep 23 22:57:22 2012 +0000 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Sep 28 22:13:02 2012 +0200 |
tree | baa92faceb12c96e3fe976f28bf11cbcbe5af6c6 | |
parent | b10731fb567e9029113089119b296a012a8310d7 [diff] |
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>