提交 e9e77ce8 编写于 作者: K Kevin Corry 提交者: Paul Mackerras

[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: NKevin Corry <kevcorry@us.ibm.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 3669e930
......@@ -499,4 +499,4 @@ static int __init topology_init(void)
return 0;
}
__initcall(topology_init);
subsys_initcall(topology_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册