diff options
author | Stefan Roese <sr@denx.de> | 2015-12-11 08:24:20 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-01-14 14:08:59 +0100 |
commit | 84877c656c4ae90b267975ac1a283ace567b00a4 (patch) | |
tree | 58b9184b9142e8516fc07e90ccd63624edacac27 | |
parent | 698ffab239609e75b8de8f7009c06311e8b0b21a (diff) | |
download | u-boot-84877c656c4ae90b267975ac1a283ace567b00a4.zip u-boot-84877c656c4ae90b267975ac1a283ace567b00a4.tar.gz u-boot-84877c656c4ae90b267975ac1a283ace567b00a4.tar.bz2 |
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>
-rw-r--r-- | arch/arm/mach-mvebu/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/cpu.c b/arch/arm/mach-mvebu/cpu.c index 1095f69..c9b9c77 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> |