diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-09-26 14:12:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:51:11 -0400 |
commit | e4bc16621d82ee1fd3685dcbf889a7c49891847b (patch) | |
tree | ff851444f752264f009ff464160e040be61282b9 /include/linux/kobject.h | |
parent | a4e8b912541d5372ae049a3b7c1979968e52c40b (diff) |
driver core: remove subsystem_init()
There is only one user of it, and it is only a wrapper for kset_init().
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index a8a84fcccbc0..05cc5b2ddfff 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -217,7 +217,6 @@ extern struct kset hypervisor_subsys; | |||
217 | #define kobj_set_kset_s(obj,subsys) \ | 217 | #define kobj_set_kset_s(obj,subsys) \ |
218 | (obj)->kobj.kset = &(subsys) | 218 | (obj)->kobj.kset = &(subsys) |
219 | 219 | ||
220 | extern void subsystem_init(struct kset *); | ||
221 | extern int __must_check subsystem_register(struct kset *); | 220 | extern int __must_check subsystem_register(struct kset *); |
222 | extern void subsystem_unregister(struct kset *); | 221 | extern void subsystem_unregister(struct kset *); |
223 | 222 | ||