[PATCH] Kobject: remove some unneeded exports

From: Greg KH
Date: Wed Mar 09 2005 - 21:42:12 EST


ChangeSet 1.2035, 2005/03/09 09:31:21-08:00, arjan@xxxxxxxxxxxxx

[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@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


lib/kobject.c | 2 --
1 files changed, 2 deletions(-)


diff -Nru a/lib/kobject.c b/lib/kobject.c
--- a/lib/kobject.c 2005-03-09 16:30:23 -08:00
+++ b/lib/kobject.c 2005-03-09 16:30:23 -08:00
@@ -524,7 +524,6 @@
}
}

-EXPORT_SYMBOL(kobject_get_path);
EXPORT_SYMBOL(kobject_init);
EXPORT_SYMBOL(kobject_register);
EXPORT_SYMBOL(kobject_unregister);
@@ -532,7 +531,6 @@
EXPORT_SYMBOL(kobject_put);
EXPORT_SYMBOL(kobject_add);
EXPORT_SYMBOL(kobject_del);
-EXPORT_SYMBOL(kobject_rename);

EXPORT_SYMBOL(kset_register);
EXPORT_SYMBOL(kset_unregister);

-
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/