[PATCH] net: remove unused field from struct eth_device
Sascha Hauer
s.hauer at pengutronix.de
Tue Dec 19 05:24:32 PST 2023
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/net.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net.h b/include/net.h
index 83fb4def5d..40287a3503 100644
--- a/include/net.h
+++ b/include/net.h
@@ -49,7 +49,6 @@ struct eth_device {
/* Set promiscuous mode */
int (*set_promisc) (struct eth_device*, bool enable);
- struct eth_device *next;
void *priv;
void *rx_preprocessor_priv;
--
2.39.2
More information about the barebox
mailing list