[POWERPC] Change topology_init() to a subsys_initcall
authorKevin Corry <kevcorry@us.ibm.com>
Wed, 2 May 2007 17:11:49 +0000 (03:11 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 May 2007 10:31:13 +0000 (20:31 +1000)
Change the powerpc version of topology_init() from an __initcall to
a subsys_initcall to match all other architectures.

Signed-off-by: Kevin Corry <kevcorry@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/sysfs.c

index 933e214..cae39d9 100644 (file)
@@ -499,4 +499,4 @@ static int __init topology_init(void)
 
        return 0;
 }
-__initcall(topology_init);
+subsys_initcall(topology_init);