[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:
committed by
Paul Mackerras
parent
3669e93048
commit
e9e77ce871
@@ -499,4 +499,4 @@ static int __init topology_init(void)
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
__initcall(topology_init);
|
subsys_initcall(topology_init);
|
||||||
|
Reference in New Issue
Block a user