mirror of https://gitee.com/openkylin/linux.git
rpadlpar breakage - fallout of struct subsystem removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
1b2bad2f04
commit
8eafafb54b
|
@ -129,8 +129,9 @@ struct kobj_type ktype_dlpar_io = {
|
|||
};
|
||||
|
||||
struct kset dlpar_io_kset = {
|
||||
.subsys = &pci_hotplug_slots_subsys,
|
||||
.kobj = {.name = DLPAR_KOBJ_NAME, .ktype=&ktype_dlpar_io,},
|
||||
.kobj = {.name = DLPAR_KOBJ_NAME,
|
||||
.ktype = &ktype_dlpar_io,
|
||||
.parent = &pci_hotplug_slots_subsys.kobj},
|
||||
.ktype = &ktype_dlpar_io,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue