]> git.sur5r.net Git - u-boot/blobdiff - lib_ppc/board.c
Remove prototypes of nand_init() in favor of including nand.h.
[u-boot] / lib_ppc / board.c
index 4956403cce8d1439dbd5f41fd10fede6021a107a..6f7242d622ca4d208cc8167811ac97fffea9e1e9 100644 (file)
@@ -93,9 +93,7 @@ void doc_init (void);
 #if defined(CONFIG_HARD_SPI)
 #include <spi.h>
 #endif
-#if defined(CONFIG_CMD_NAND)
-void nand_init (void);
-#endif
+#include <nand.h>
 
 static char *failed = "*** failed ***\n";