Skip to content
Snippets Groups Projects
Commit ee3fad87 authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

net: davince: add missing include

parent 74321944
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <net.h> #include <net.h>
#include <miiphy.h> #include <miiphy.h>
#include <malloc.h> #include <malloc.h>
#include <netdev.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <asm/arch/emac_defs.h> #include <asm/arch/emac_defs.h>
#include <asm/io.h> #include <asm/io.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment