Commit 4416e9eb authored by Gregory Bean's avatar Gregory Bean Committed by 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: default avatarGregory Bean <gbean@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment