hotplug_path no longer exported

From: Colin Leroy
Date: Wed Nov 17 2004 - 14:42:06 EST


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@xxxxxxxxxx>
--- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/