public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* hotplug_path no longer exported
@ 2004-11-17 19:31 Colin Leroy
  2004-11-17 21:48 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: Colin Leroy @ 2004-11-17 19:31 UTC (permalink / raw)
  To: linux-kernel

Hi,

hotplug_path is no longer exported, is this on purpose ? It breaks 
linux-wlan-ng. If it is on purpose, I suppose linux-wlan-ng 
should use kobject_hotplug() ? If not, here's a patch.

Signed-off-by: Colin Leroy <colin@colino.net>
--- lib/kobject_uevent.c.orig	2004-11-17 20:31:02.258535288 +0100
+++ lib/kobject_uevent.c	2004-11-17 20:28:12.341366624 +0100
@@ -312,6 +312,7 @@
 	return;
 }
 EXPORT_SYMBOL(kobject_hotplug);
+EXPORT_SYMBOL(hotplug_path);
 
 /**
  * add_hotplug_env_var - helper for creating hotplug environment variables

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

end of thread, other threads:[~2004-11-18 10:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 19:31 hotplug_path no longer exported Colin Leroy
2004-11-17 21:48 ` Greg KH
2004-11-17 22:12   ` Colin Leroy
2004-11-17 22:23     ` Greg KH
2004-11-18  8:17       ` Colin Leroy
2004-11-18 10:06       ` Joshua Kwan
2004-11-18 10:19         ` Colin Leroy

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