Browse Source

ColdFire: Fix board.c warning message

Implicit declaration of nand_init() warning message

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
TsiChung Liew 16 years ago
parent
commit
ab6ba84268
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib_m68k/board.c

+ 2 - 0
lib_m68k/board.c

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