[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 <kevcorry@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Kevin Corry 2007-05-03 03:11:49 +10:00 committed by Paul Mackerras
parent 3669e93048
commit e9e77ce871

View File

@ -499,4 +499,4 @@ static int __init topology_init(void)
return 0;
}
__initcall(topology_init);
subsys_initcall(topology_init);