[U-Boot] [PATCH 36/49] net: davince: add missing include
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:57:56 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
drivers/net/davinci_emac.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 439f8ae..08bc1af 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -27,6 +27,7 @@
#include <net.h>
#include <miiphy.h>
#include <malloc.h>
+#include <netdev.h>
#include <linux/compiler.h>
#include <asm/arch/emac_defs.h>
#include <asm/io.h>
--
2.1.0
More information about the U-Boot
mailing list