summaryrefslogtreecommitdiffstats
path: root/drivers
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
parent74321944e62891b77b95e00f0779607bd225dbd0 (diff)
downloadblackbird-obmc-uboot-ee3fad876981182ddbbca00c7c15bb993aac507f.tar.gz
blackbird-obmc-uboot-ee3fad876981182ddbbca00c7c15bb993aac507f.zip
net: davince: add missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'drivers')
-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 439f8ae99e..08bc1afcf6 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>
OpenPOWER on IntegriCloud