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 năm trước cách đây
mục cha
commit
ab6ba84268
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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";