1
0
Fork 0

ColdFire: Fix board.c warning message

Implicit declaration of nand_init() warning message

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
utp
TsiChung Liew 2008-08-13 12:07:03 +00:00 committed by John Rigby
parent 33aa4eac66
commit ab6ba84268
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
#include <spi.h>
#endif
#include <nand.h>
DECLARE_GLOBAL_DATA_PTR;
static char *failed = "*** failed ***\n";