diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 390ae14b73e8..bd741e86c11e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -194,8 +194,8 @@ struct kset _name##_subsys = { \ | |||
194 | .uevent_ops =_uevent_ops, \ | 194 | .uevent_ops =_uevent_ops, \ |
195 | } | 195 | } |
196 | 196 | ||
197 | /* The global /sys/kernel/ subsystem for people to chain off of */ | 197 | /* The global /sys/kernel/ kset for people to chain off of */ |
198 | extern struct kset kernel_subsys; | 198 | extern struct kset *kernel_kset; |
199 | /* The global /sys/hypervisor/ subsystem */ | 199 | /* The global /sys/hypervisor/ subsystem */ |
200 | extern struct kset hypervisor_subsys; | 200 | extern struct kset hypervisor_subsys; |
201 | 201 | ||