diff options
Diffstat (limited to 'include/linux')
-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 0930efdcc094..78c851b4e67e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -207,9 +207,6 @@ extern struct kset *power_kset; | |||
207 | /* The global /sys/firmware/ kobject for people to chain off of */ | 207 | /* The global /sys/firmware/ kobject for people to chain off of */ |
208 | extern struct kobject *firmware_kobj; | 208 | extern struct kobject *firmware_kobj; |
209 | 209 | ||
210 | extern int __must_check subsystem_register(struct kset *); | ||
211 | extern void subsystem_unregister(struct kset *); | ||
212 | |||
213 | #if defined(CONFIG_HOTPLUG) | 210 | #if defined(CONFIG_HOTPLUG) |
214 | int kobject_uevent(struct kobject *kobj, enum kobject_action action); | 211 | int kobject_uevent(struct kobject *kobj, enum kobject_action action); |
215 | int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, | 212 | int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, |