Explorar el Código

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 hace 17 años
padre
commit
ab6ba84268
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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";