net: Fix warning when including netdev.h on DM systems
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 4 Apr 2020 10:21:57 +0000 (12:21 +0200)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:03 +0000 (12:35 +0200)
commitf2c5564f7552369e2d5648eb8ac2e1164755c8f7
tree34e6d1c560b56d3c78a775c75e388c39df9b9260
parent78021b63373de32335bd204471d6cb7c7e18bc52
net: Fix warning when including netdev.h on DM systems

If the DM_ETH is enabled and netdev.h is included somewhere, the
struct eth_device may not be defined, yet it is used in the header
file as an argument to fecmxc_register_mii_postcall. Add forward
declaration to remove the warning.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
include/netdev.h