commit | 84877c656c4ae90b267975ac1a283ace567b00a4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Dec 11 08:24:20 2015 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 14 14:08:59 2016 +0100 |
tree | 58b9184b9142e8516fc07e90ccd63624edacac27 | |
parent | 698ffab239609e75b8de8f7009c06311e8b0b21a [diff] |
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>