summaryrefslogtreecommitdiff
path: root/lib/kobject.c
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-09-24 20:19:16 -0700
committerPatrick Mochel <mochel@osdl.org>2003-09-24 20:19:16 -0700
commit3bdc7bbbc684ad8451dbcc313a34711fecc5f3ff (patch)
tree862aaf5865fe6d3eb7b6bc2e9003ebf299188047 /lib/kobject.c
parent4cad6adc26c3ef2f5ec45dd014aab3cf7b8d87dd (diff)
[kobject] export kset syms for module use
From John Rose <johnrose@austin.ibm.com> The patch below exposes some kset functions for use by modules. In the development of a PPC64 pci hotplug drv, we have found it necessary to use ksets of different types under a single subsystem. After discussing with GregKH, we agreed that this change makes this possible.
Diffstat (limited to 'lib/kobject.c')
-rw-r--r--lib/kobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index 667b540f2652..64f61d1f68a9 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -627,6 +627,8 @@ EXPORT_SYMBOL(kobject_unregister);
EXPORT_SYMBOL(kobject_get);
EXPORT_SYMBOL(kobject_put);
+EXPORT_SYMBOL(kset_register);
+EXPORT_SYMBOL(kset_unregister);
EXPORT_SYMBOL(kset_find_obj);
EXPORT_SYMBOL(subsystem_init);