aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-04-22 12:14:44 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-04-27 13:08:56 -0700
commit5b3ef14e3e9d745a512d65fcb4ef9be541226d80 (patch)
tree6b607eb4da11b5a18125ede156825550661e29d4 /include
parent[PATCH] Fix OCFS2 warning when DEBUG_FS is not enabled (diff)
downloadlinux-dev-5b3ef14e3e9d745a512d65fcb4ef9be541226d80.tar.xz
linux-dev-5b3ef14e3e9d745a512d65fcb4ef9be541226d80.zip
[PATCH] Kobject: possible cleanups
This patch contains the following possible cleanups: - #if 0 the following unused global function: - subsys_remove_file() - remove the following unused EXPORT_SYMBOL's: - kset_find_obj - subsystem_init - remove the following unused EXPORT_SYMBOL_GPL: - kobject_add_dir Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index e38bb357282a..c187c53cecd0 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -257,7 +257,6 @@ struct subsys_attribute {
};
extern int subsys_create_file(struct subsystem * , struct subsys_attribute *);
-extern void subsys_remove_file(struct subsystem * , struct subsys_attribute *);
#if defined(CONFIG_HOTPLUG)
void kobject_uevent(struct kobject *kobj, enum kobject_action action);