aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kobject.h3
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 */
208extern struct kobject *firmware_kobj; 208extern struct kobject *firmware_kobj;
209 209
210extern int __must_check subsystem_register(struct kset *);
211extern void subsystem_unregister(struct kset *);
212
213#if defined(CONFIG_HOTPLUG) 210#if defined(CONFIG_HOTPLUG)
214int kobject_uevent(struct kobject *kobj, enum kobject_action action); 211int kobject_uevent(struct kobject *kobj, enum kobject_action action);
215int kobject_uevent_env(struct kobject *kobj, enum kobject_action action, 212int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,