projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aa4ea
)
ColdFire: Fix board.c warning message
author
TsiChung Liew
<Tsi-Chung.Liew@freescale.com>
Wed, 13 Aug 2008 12:07:03 +0000
(12:07 +0000)
committer
John Rigby
<jrigby@freescale.com>
Thu, 28 Aug 2008 15:16:53 +0000
(09:16 -0600)
Implicit declaration of nand_init() warning message
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
lib_m68k/board.c
patch
|
blob
|
history
diff --git
a/lib_m68k/board.c
b/lib_m68k/board.c
index e59c6b0859b03bc9f0027f7deafc5fdb39c0bb63..4fee35aeabff926dc3dfcd2934416f1b45ff3d3b 100644
(file)
--- a/
lib_m68k/board.c
+++ b/
lib_m68k/board.c
@@
-63,6
+63,8
@@
#include <spi.h>
#endif
+#include <nand.h>
+
DECLARE_GLOBAL_DATA_PTR;
static char *failed = "*** failed ***\n";