Skip to content
Snippets Groups Projects
Commit 52be5c05 authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 658b3a56
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
*/ */
#include <common.h> #include <common.h>
#include <netdev.h>
#include <sata.h> #include <sata.h>
#include <ahci.h> #include <ahci.h>
#include <scsi.h> #include <scsi.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment