summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-12-11 08:24:20 +0100
committerStefan Roese <sr@denx.de>2016-01-14 14:08:59 +0100
commit84877c656c4ae90b267975ac1a283ace567b00a4 (patch)
tree58b9184b9142e8516fc07e90ccd63624edacac27 /arch/arm/mach-mvebu
parent698ffab239609e75b8de8f7009c06311e8b0b21a (diff)
downloadtalos-obmc-uboot-84877c656c4ae90b267975ac1a283ace567b00a4.tar.gz
talos-obmc-uboot-84877c656c4ae90b267975ac1a283ace567b00a4.zip
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: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/cpu.c b/arch/arm/mach-mvebu/cpu.c
index 1095f695f9..c9b9c77ec4 100644
--- a/arch/arm/mach-mvebu/cpu.c
+++ b/arch/arm/mach-mvebu/cpu.c
@@ -5,7 +5,6 @@
*/
#include <common.h>
-#include <netdev.h>
#include <ahci.h>
#include <linux/mbus.h>
#include <asm/io.h>
OpenPOWER on IntegriCloud