diff options
-rw-r--r-- | arch/powerpc/kernel/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/sysfs.c b/arch/powerpc/kernel/sysfs.c index 933e214c33e8..cae39d9dfe48 100644 --- a/arch/powerpc/kernel/sysfs.c +++ b/arch/powerpc/kernel/sysfs.c | |||
@@ -499,4 +499,4 @@ static int __init topology_init(void) | |||
499 | 499 | ||
500 | return 0; | 500 | return 0; |
501 | } | 501 | } |
502 | __initcall(topology_init); | 502 | subsys_initcall(topology_init); |