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: Gregory Bean <gbean@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
This commit is contained in:
parent
529d1a3619
commit
461cbe77d0
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ static int __init mddi_rev_data_setup(struct mddi_info *mddi)
|
||||||
return 0;
|
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 msm_mddi_platform_data *pdata = pdev->dev.platform_data;
|
||||||
struct mddi_info *mddi = &mddi_info[pdev->id];
|
struct mddi_info *mddi = &mddi_info[pdev->id];
|
||||||
|
|
Loading…
Reference in a new issue