summaryrefslogtreecommitdiffstats
path: root/lib_sh
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-05-22 10:49:46 -0500
committerScott Wood <scottwood@freescale.com>2008-05-28 11:06:29 -0500
commitd6ac2ed893c2168738aee01579d6283af8d37045 (patch)
tree759dfa09b15263a126f61171daa762e345f8f012 /lib_sh
parent229c56f07a82eacda8c8720cb146fc9be0f6db54 (diff)
downloadblackbird-obmc-uboot-d6ac2ed893c2168738aee01579d6283af8d37045.tar.gz
blackbird-obmc-uboot-d6ac2ed893c2168738aee01579d6283af8d37045.zip
Remove prototypes of nand_init() in favor of including nand.h.
Likewise with onenand_init(). Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'lib_sh')
-rw-r--r--lib_sh/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/board.c b/lib_sh/board.c
index 883c381e64..807415c548 100644
--- a/lib_sh/board.c
+++ b/lib_sh/board.c
@@ -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: ");
OpenPOWER on IntegriCloud