forked from Minki/linux
[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:
parent
3669e93048
commit
e9e77ce871
@ -499,4 +499,4 @@ static int __init topology_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
__initcall(topology_init);
|
||||
subsys_initcall(topology_init);
|
||||
|
Loading…
Reference in New Issue
Block a user