commit | 8e57567042ddf99eaaa34a719fb553cdcca37808 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:56 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:35 2014 -0400 |
tree | a2b042ea15974ae99855f79cb92b316fbd7752e6 | |
parent | db6045ffbc6ac91345e54de2c9f6ed857e3514c1 [diff] [blame] |
net: davince: add missing include Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
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>