commit | 9aad5c98de8c6831d008dafd71ecbbf34fe28a34 | [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 | ff7ad17805d88c2e916fc9db4f94629aec0f5082 [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>