From: Stefan Roese Date: Fri, 11 Dec 2015 07:24:20 +0000 (+0100) Subject: arm: mvebu: Don't include "netdev.h" in cpu.c X-Git-Tag: v2016.03-rc1~313^2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84877c656c4ae90b267975ac1a283ace567b00a4;p=u-boot 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 Cc: Luka Perkov --- 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 -#include #include #include #include