Commit 461cbe77 authored by Gregory Bean's avatar Gregory Bean Committed by Daniel Walker

video: msm: Fix section mismatch in mddi.c.

Repair a section mismatch between the mddi 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 529d1a36
......@@ -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];
......
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