mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] net: remove unused field from struct eth_device
@ 2023-12-19 13:24 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2023-12-19 13:24 UTC (permalink / raw)
  To: Barebox List

Signed-off-by: Sascha Hauer <s.hauer@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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-19 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 13:24 [PATCH] net: remove unused field from struct eth_device Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox