diff options
Diffstat (limited to 'drivers/base/sys.c')
-rw-r--r-- | drivers/base/sys.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/base/sys.c b/drivers/base/sys.c index 7cf19fc318da..7693c95848e6 100644 --- a/drivers/base/sys.c +++ b/drivers/base/sys.c | |||
@@ -25,8 +25,6 @@ | |||
25 | 25 | ||
26 | #include "base.h" | 26 | #include "base.h" |
27 | 27 | ||
28 | extern struct kset devices_subsys; | ||
29 | |||
30 | #define to_sysdev(k) container_of(k, struct sys_device, kobj) | 28 | #define to_sysdev(k) container_of(k, struct sys_device, kobj) |
31 | #define to_sysdev_attr(a) container_of(a, struct sysdev_attribute, attr) | 29 | #define to_sysdev_attr(a) container_of(a, struct sysdev_attribute, attr) |
32 | 30 | ||
@@ -459,7 +457,7 @@ int sysdev_resume(void) | |||
459 | 457 | ||
460 | int __init system_bus_init(void) | 458 | int __init system_bus_init(void) |
461 | { | 459 | { |
462 | system_subsys.kobj.parent = &devices_subsys.kobj; | 460 | system_subsys.kobj.parent = &devices_kset->kobj; |
463 | return subsystem_register(&system_subsys); | 461 | return subsystem_register(&system_subsys); |
464 | } | 462 | } |
465 | 463 | ||