diff options
| author | Jeroen Hofstee <[email protected]> | 2014-10-08 22:57:56 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-10-25 15:27:35 -0400 |
| commit | ee3fad876981182ddbbca00c7c15bb993aac507f (patch) | |
| tree | a2b042ea15974ae99855f79cb92b316fbd7752e6 /drivers/net | |
| parent | 74321944e62891b77b95e00f0779607bd225dbd0 (diff) | |
net: davince: add missing include
Signed-off-by: Jeroen Hofstee <[email protected]>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/davinci_emac.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
