summaryrefslogtreecommitdiff
path: root/drivers/net/davinci_emac.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:56 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:35 -0400
commitee3fad876981182ddbbca00c7c15bb993aac507f (patch)
treea2b042ea15974ae99855f79cb92b316fbd7752e6 /drivers/net/davinci_emac.c
parent74321944e62891b77b95e00f0779607bd225dbd0 (diff)
downloadu-boot-imx-ee3fad876981182ddbbca00c7c15bb993aac507f.zip
u-boot-imx-ee3fad876981182ddbbca00c7c15bb993aac507f.tar.gz
u-boot-imx-ee3fad876981182ddbbca00c7c15bb993aac507f.tar.bz2
net: davince: add missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'drivers/net/davinci_emac.c')
-rw-r--r--drivers/net/davinci_emac.c1
1 files changed, 1 insertions, 0 deletions
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>