mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 23:20:51 +07:00
arm: msm: Fix section mismatch in smd.c.
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>
This commit is contained in:
parent
42a2c2149f
commit
4416e9eb0b
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user