1
0
Fork 0
remarkable-uboot/board/xilinx
Michal Simek 52be5c05a0 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>
2016-04-13 18:29:05 +02:00
..
microblaze-generic microblaze: Remove !OF_CONTROL code for timer and interrupt 2016-04-04 20:28:38 +02:00
ppc405-generic ppc: xilinx_ppc405_generic: Remove uncalled functions 2016-01-27 15:57:20 +01:00
ppc440-generic ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver 2016-01-27 15:57:20 +01:00
zynq ARM: zynq: Support systems with more memory banks 2016-04-13 18:29:02 +02:00
zynqmp ARM64: zynqmp: Remove netdev.h from board file 2016-04-13 18:29:05 +02:00