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)
commit84877c656c4ae90b267975ac1a283ace567b00a4
tree58b9184b9142e8516fc07e90ccd63624edacac27
parent698ffab239609e75b8de8f7009c06311e8b0b21a
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>
arch/arm/mach-mvebu/cpu.c