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>
This commit is contained in:
parent
a4e8b91254
commit
e4bc16621d
4 changed files with 1 additions and 8 deletions
|
@ -217,7 +217,6 @@ extern struct kset hypervisor_subsys;
|
|||
#define kobj_set_kset_s(obj,subsys) \
|
||||
(obj)->kobj.kset = &(subsys)
|
||||
|
||||
extern void subsystem_init(struct kset *);
|
||||
extern int __must_check subsystem_register(struct kset *);
|
||||
extern void subsystem_unregister(struct kset *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue