colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / netdev.h
index 68a3fceab663415ca4c51318cd4a92a54ae490ce..f2d21c45d0f3bd037543ce668db698ef74239dbc 100644 (file)
@@ -125,6 +125,7 @@ int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr,
 /*
  * Allow FEC to fine-tune MII configuration on boards which require this.
  */
+struct eth_device;
 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int));
 #endif