Skip to content

Commit

Permalink
video: msm: Fix section mismatch in mddi.c.
Browse files Browse the repository at this point in the history
Repair a section mismatch between the mddi 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 Jul 29, 2010
1 parent 529d1a3 commit 461cbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/msm/mddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int __init mddi_rev_data_setup(struct mddi_info *mddi)
return 0;
}

static int __init mddi_probe(struct platform_device *pdev)
static int __devinit mddi_probe(struct platform_device *pdev)
{
struct msm_mddi_platform_data *pdata = pdev->dev.platform_data;
struct mddi_info *mddi = &mddi_info[pdev->id];
Expand Down

0 comments on commit 461cbe7

Please sign in to comment.