mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 15:14:18 +08:00
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
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user