[PATCH 4/4] net: designware: eqos: remove undefined eqos_reset prototype
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Aug 8 23:24:22 PDT 2022
This function is undefined, so drop its prototype.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
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
More information about the barebox
mailing list