Explorar o 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 %!s(int64=16) %!d(string=hai) anos
pai
achega
ab6ba84268
Modificáronse 1 ficheiros con 2 adicións e 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";