From ee3fad876981182ddbbca00c7c15bb993aac507f Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee <jeroen@myspectrum.nl> Date: Wed, 8 Oct 2014 22:57:56 +0200 Subject: [PATCH] net: davince: add missing include Signed-off-by: Jeroen Hofstee <jeroen@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 439f8ae99e3..08bc1afcf63 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> -- GitLab