]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: mvebu: Don't include "netdev.h" in cpu.c
authorStefan Roese <sr@denx.de>
Fri, 11 Dec 2015 07:24:20 +0000 (08:24 +0100)
committerStefan Roese <sr@denx.de>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
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>
arch/arm/mach-mvebu/cpu.c

index 1095f695f9b7e531fd04099d006ec949e723617b..c9b9c77ec495f36c4a2fc6a74fc27370340a17fb 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <common.h>
-#include <netdev.h>
 #include <ahci.h>
 #include <linux/mbus.h>
 #include <asm/io.h>