summaryrefslogtreecommitdiff
path: root/lib/kobject.c
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2005-03-08 17:31:21 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2005-03-08 17:31:21 -0800
commit5929ad91e2abd248b07b206cf30c09f5dcbbbfe7 (patch)
treee3382dfdff2cd13500d5c5132d9d05caf261e05d /lib/kobject.c
parent6365711de73b0e67cf2c8e496300dbfe491d2a8c (diff)
[PATCH] Kobject: remove some unneeded exports
kobject_get_path and kobject_rename are only used by the sysfs core code and not aren't really driver-ish code. Remove the unused exports Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'lib/kobject.c')
-rw-r--r--lib/kobject.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index 8737dfd72d36..e1282b3576b6 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -524,7 +524,6 @@ void subsys_remove_file(struct subsystem * s, struct subsys_attribute * a)
}
}
-EXPORT_SYMBOL(kobject_get_path);
EXPORT_SYMBOL(kobject_init);
EXPORT_SYMBOL(kobject_register);
EXPORT_SYMBOL(kobject_unregister);
@@ -532,7 +531,6 @@ EXPORT_SYMBOL(kobject_get);
EXPORT_SYMBOL(kobject_put);
EXPORT_SYMBOL(kobject_add);
EXPORT_SYMBOL(kobject_del);
-EXPORT_SYMBOL(kobject_rename);
EXPORT_SYMBOL(kset_register);
EXPORT_SYMBOL(kset_unregister);