From 84877c656c4ae90b267975ac1a283ace567b00a4 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Fri, 11 Dec 2015 08:24:20 +0100 Subject: 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 --- arch/arm/mach-mvebu/cpu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-mvebu') 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 -- cgit v1.2.1