diff options
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 | ||