提交 90f2d32c 编写于 作者: D David Brown 提交者: Greg Kroah-Hartman

ssbi: Use regular init level

With device tree, and deferred probe, it is no longer necessary to
make sure that the ssbi bus driver is initialized very early.  Restore
to a regular module_init().
Signed-off-by: NDavid Brown <davidb@codeaurora.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3f7a73b5
......@@ -379,7 +379,7 @@ static int __init msm_ssbi_init(void)
{
return platform_driver_register(&msm_ssbi_driver);
}
postcore_initcall(msm_ssbi_init);
module_init(msm_ssbi_init);
static void __exit msm_ssbi_exit(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册