[PATCH] net: remove unused field from struct eth_device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux