Skip to content
Snippets Groups Projects
Commit fac1ef4b authored by Sandeep Paulraj's avatar Sandeep Paulraj Committed by Tom Rix
Browse files

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: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent f8a812aa
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment