This function is undefined, so drop its prototype. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- drivers/net/designware_eqos.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/designware_eqos.h b/drivers/net/designware_eqos.h index 69c6ac193f57..1b6b0400e1f9 100644 --- a/drivers/net/designware_eqos.h +++ b/drivers/net/designware_eqos.h @@ -65,7 +65,6 @@ struct eqos { struct device_d; int eqos_probe(struct device_d *dev, const struct eqos_ops *ops, void *priv); void eqos_remove(struct device_d *dev); -int eqos_reset(struct eqos *priv); int eqos_get_ethaddr(struct eth_device *edev, unsigned char *mac); int eqos_set_ethaddr(struct eth_device *edev, const unsigned char *mac); -- 2.30.2