From e9e77ce8718def7838626aa52bed02fe1b9837b9 Mon Sep 17 00:00:00 2001 From: Kevin Corry Date: Thu, 3 May 2007 03:11:49 +1000 Subject: [PATCH] [POWERPC] Change topology_init() to a subsys_initcall Change the powerpc version of topology_init() from an __initcall to a subsys_initcall to match all other architectures. Signed-off-by: Kevin Corry Signed-off-by: Paul Mackerras --- arch/powerpc/kernel/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) return 0; } -__initcall(topology_init); +subsys_initcall(topology_init); -- 2.39.2