net: davince: add missing include

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
Jeroen Hofstee 2014-10-08 22:57:56 +02:00 committed by Tom Rini
parent 74321944e6
commit ee3fad8769
1 changed files with 1 additions and 0 deletions

View File

@ -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>