diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2007-05-10 09:45:41 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:45:50 -0400 |
commit | 0b0bb3c6bd66bd28062a71c2ca3878d31e2081ee (patch) | |
tree | 2c4569ea1836b739119c94b158ae6e98be76f042 /arch/s390/hypfs | |
parent | de5603748af8bf7deac403e6ba92887f8d18e812 (diff) |
[S390] fix subsystem removal fallout
This patch fixes compilation on s390 after the removal of
struct subsystem.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/hypfs')
-rw-r--r-- | arch/s390/hypfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c index ba5d3167df0d..8e1ea1c40128 100644 --- a/arch/s390/hypfs/inode.c +++ b/arch/s390/hypfs/inode.c | |||
@@ -477,7 +477,7 @@ static int __init hypfs_init(void) | |||
477 | goto fail_diag; | 477 | goto fail_diag; |
478 | } | 478 | } |
479 | } | 479 | } |
480 | kset_set_kset_s(&s390_subsys, hypervisor_subsys); | 480 | kobj_set_kset_s(&s390_subsys, hypervisor_subsys); |
481 | rc = subsystem_register(&s390_subsys); | 481 | rc = subsystem_register(&s390_subsys); |
482 | if (rc) | 482 | if (rc) |
483 | goto fail_sysfs; | 483 | goto fail_sysfs; |