netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 1/2] net: un-export init_dummy_netdev()
@ 2025-01-11  6:59 Jakub Kicinski
  2025-01-11  6:59 ` [PATCH net-next 2/2] net: initialize netdev->lock on dummy devices Jakub Kicinski
  2025-01-13  5:14 ` [PATCH net-next 1/2] net: un-export init_dummy_netdev() Kalesh Anakkur Purayil
  0 siblings, 2 replies; 8+ messages in thread
From: Jakub Kicinski @ 2025-01-11  6:59 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, andrew+netdev, horms, Jakub Kicinski

There are no in-tree module callers of init_dummy_netdev(), AFAICT.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
---
 net/core/dev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 1a90ed8cc6cc..23e7f6a3925b 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -10782,7 +10782,6 @@ void init_dummy_netdev(struct net_device *dev)
 	memset(dev, 0, sizeof(struct net_device));
 	init_dummy_netdev_core(dev);
 }
-EXPORT_SYMBOL_GPL(init_dummy_netdev);
 
 /**
  *	register_netdev	- register a network device
-- 
2.47.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-14  9:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11  6:59 [PATCH net-next 1/2] net: un-export init_dummy_netdev() Jakub Kicinski
2025-01-11  6:59 ` [PATCH net-next 2/2] net: initialize netdev->lock on dummy devices Jakub Kicinski
2025-01-11 18:58   ` Andrew Lunn
2025-01-11 20:35     ` Jakub Kicinski
2025-01-13  5:14 ` [PATCH net-next 1/2] net: un-export init_dummy_netdev() Kalesh Anakkur Purayil
2025-01-13  5:48   ` Kalesh Anakkur Purayil
2025-01-13 16:51   ` Andrew Lunn
2025-01-14  9:27     ` Kalesh Anakkur Purayil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).