]> git.sur5r.net Git - u-boot/blobdiff - lib_sh/board.c
Remove prototypes of nand_init() in favor of including nand.h.
[u-boot] / lib_sh / board.c
index 883c381e641ba47d3c7b8c5c42dabdc786aeb689..807415c548fe27672c7835b96a3ae7fba16ef881 100644 (file)
@@ -76,7 +76,7 @@ static int sh_flash_init(void)
 }
 
 #if defined(CONFIG_CMD_NAND)
-void nand_init (void);
+#include <nand.h>
 static int sh_nand_init(void)
 {
        printf("NAND: ");