diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-11-06 15:03:30 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-01-24 20:40:24 -0800 |
commit | 2fb9113b974c3c7c43e76647bd5077238e274e1c (patch) | |
tree | b87912c7d2c7a24b35a9a5e82fe462d7cffcbacb /include/linux/kobject.h | |
parent | 0ff21e46630abce11fdaaffabd72bbd4eed5ac2c (diff) |
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>
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 0930efdcc09..78c851b4e67 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -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, |