netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [1/1] connector: export cn_already_initialized.
@ 2006-05-04 12:24 Evgeniy Polyakov
  2006-05-06  0:16 ` David S. Miller
  0 siblings, 1 reply; 7+ messages in thread
From: Evgeniy Polyakov @ 2006-05-04 12:24 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Some modules depend on that value, although it was initially introduced
for in-kernel static build.

No in-kernel users require it to be exported, so if you do think it
should not be exported I will force external module changes.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>

--- a/drivers/connector/connector.c
+++ b/drivers/connector/connector.c
@@ -486,3 +486,4 @@ module_exit(cn_fini);
 EXPORT_SYMBOL_GPL(cn_add_callback);
 EXPORT_SYMBOL_GPL(cn_del_callback);
 EXPORT_SYMBOL_GPL(cn_netlink_send);
+EXPORT_SYMBOL_GPL(cn_already_initialized);


-- 
	Evgeniy Polyakov

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

end of thread, other threads:[~2006-06-20  6:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-04 12:24 [1/1] connector: export cn_already_initialized Evgeniy Polyakov
2006-05-06  0:16 ` David S. Miller
2006-05-06  8:40   ` Evgeniy Polyakov
2006-05-16 23:14     ` David S. Miller
2006-05-24  8:38       ` Evgeniy Polyakov
2006-06-19  5:30       ` Evgeniy Polyakov
2006-06-20  6:43         ` David Miller

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).