summaryrefslogtreecommitdiffstats
path: root/board/davinci/dm355leopard
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-10-13 12:01:52 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-24 09:55:24 -0500
commitfac1ef4ba685606bf28349d18e050ea08b50e669 (patch)
treeaf70566e804a49602da0154486011a1886e10e81 /board/davinci/dm355leopard
parentf8a812aa656bc34622303a26fa5003d19c34aeed (diff)
downloadblackbird-obmc-uboot-fac1ef4ba685606bf28349d18e050ea08b50e669.tar.gz
blackbird-obmc-uboot-fac1ef4ba685606bf28349d18e050ea08b50e669.zip
TI DaVinci: DM355 Leopard: Fix compilation warning
We get a compliation warning when we enable the NAND driver for DM355 leopard. The waring we get is that we have an implicit declaration of davinci_nand_init. It is fixed by including the asm/arch/nand_defs.h header file Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'board/davinci/dm355leopard')
-rw-r--r--board/davinci/dm355leopard/dm355leopard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/davinci/dm355leopard/dm355leopard.c b/board/davinci/dm355leopard/dm355leopard.c
index 7350e8d083..e89786ed1a 100644
--- a/board/davinci/dm355leopard/dm355leopard.c
+++ b/board/davinci/dm355leopard/dm355leopard.c
@@ -21,6 +21,7 @@
#include <asm/io.h>
#include <asm/arch/hardware.h>
#include <asm/arch/gpio_defs.h>
+#include <asm/arch/nand_defs.h>
#include "../common/misc.h"
#include <net.h>
#include <netdev.h>
OpenPOWER on IntegriCloud