]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25ad27b18adecdcfa143c3b88942e7051778c92c
treebaa92faceb12c96e3fe976f28bf11cbcbe5af6c6
parent8f009bdc3e6cdcfdfb63dc7a7d5e984f0edc1c14
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