Skip to content
Snippets Groups Projects
Commit 84877c65 authored by Stefan Roese's avatar Stefan Roese
Browse files

arm: mvebu: Don't include "netdev.h" in cpu.c


This is not needed any more since the switch to DM / DTS network
initialization on MVEBU. Lets remove it, as it otherwise leads
to compilation warning when CONFIG_NET is not enabled.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
parent 698ffab2
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
*/ */
#include <common.h> #include <common.h>
#include <netdev.h>
#include <ahci.h> #include <ahci.h>
#include <linux/mbus.h> #include <linux/mbus.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