mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
kobject: remove subsystem_(un)register functions
These functions are no longer used and are the last remants of the old subsystem crap. So delete them for good. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0ff21e4663
commit
2fb9113b97
4 changed files with 5 additions and 21 deletions
|
@ -207,9 +207,6 @@ extern struct kset *power_kset;
|
|||
/* The global /sys/firmware/ kobject for people to chain off of */
|
||||
extern struct kobject *firmware_kobj;
|
||||
|
||||
extern int __must_check subsystem_register(struct kset *);
|
||||
extern void subsystem_unregister(struct kset *);
|
||||
|
||||
#if defined(CONFIG_HOTPLUG)
|
||||
int kobject_uevent(struct kobject *kobj, enum kobject_action action);
|
||||
int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue