[PATCH] Kobject: possible cleanups
authorAdrian Bunk <bunk@stusta.de>
Sat, 22 Apr 2006 10:14:44 +0000 (12:14 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 27 Apr 2006 20:08:56 +0000 (13:08 -0700)
commit5b3ef14e3e9d745a512d65fcb4ef9be541226d80
tree6b607eb4da11b5a18125ede156825550661e29d4
parentbde11d794206ae8d72defd0e8a481181200f7dc4
[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>
include/linux/kobject.h
lib/kobject.c