]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit37c9c9a9c7cfde8055b7d3471e98cc06a604543a
tree6b607eb4da11b5a18125ede156825550661e29d4
parentef50f0d910da9c83c501e5b193cb77b637cb2e90
[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