Skip to content

Commit

Permalink
arm: msm: Fix section mismatch in smd.c.
Browse files Browse the repository at this point in the history
Repair a section mismatch between the smd driver's
platform_driver structure and its probe method.

Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Gregory Bean authored and Daniel Walker committed Aug 9, 2010
1 parent 42a2c21 commit 4416e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/smd.c
Original file line number Diff line number Diff line change
@@ -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");

0 comments on commit 4416e9e

Please sign in to comment.