diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-11 11:44:40 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-13 18:29:05 +0200 |
commit | 52be5c05a06fc533655f63f1d1dd37b3b9e71231 (patch) | |
tree | 87ceb859d64e4e324fdb38d6c58e09a7538c466d /cmd/fdt.c | |
parent | 658b3a563983281b6617f57b6bf2aee2c92a2101 (diff) | |
download | u-boot-imx-52be5c05a06fc533655f63f1d1dd37b3b9e71231.zip u-boot-imx-52be5c05a06fc533655f63f1d1dd37b3b9e71231.tar.gz u-boot-imx-52be5c05a06fc533655f63f1d1dd37b3b9e71231.tar.bz2 |
ARM64: zynqmp: Remove netdev.h from board file
Including netdev.h is causing compilation warning:
+ int fecmxc_register_mii_postcall(struct eth_device *dev, int
(*cb)(int));
+ ^
w+In file included from ../board/xilinx/zynqmp/zynqmp.c:9:0:
w+../include/netdev.h:204:41: warning: ‘struct eth_device’ declared
inside parameter list [enabled by default]
w+../include/netdev.h:204:41: warning: its scope is only this definition
or declaration, which is probably not what you want [enabled by default]
This patch removes it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'cmd/fdt.c')
0 files changed, 0 insertions, 0 deletions