Skip to content
  • Arnd Bergmann's avatar
    ARM: nomadik: remove NAND_NO_READRDY use · b0247eac
    Arnd Bergmann authored
    
    
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Alessandro Rubini <rubini@unipv.it>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    b0247eac