提交 4416e9eb 编写于 作者: G Gregory Bean 提交者: Daniel Walker

arm: msm: Fix section mismatch in smd.c.

Repair a section mismatch between the smd driver's
platform_driver structure and its probe method.
Signed-off-by: NGregory Bean <gbean@codeaurora.org>
Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
上级 42a2c214
......@@ -997,7 +997,7 @@ int smd_core_init(void)
return 0;
}
static int __init msm_smd_probe(struct platform_device *pdev)
static int __devinit msm_smd_probe(struct platform_device *pdev)
{
pr_info("smd_init()\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册