projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a2c21
)
arm: msm: Fix section mismatch in smd.c.
author
Gregory Bean
<gbean@codeaurora.org>
Wed, 28 Jul 2010 17:22:12 +0000
(10:22 -0700)
committer
Daniel Walker
<dwalker@codeaurora.org>
Mon, 9 Aug 2010 22:38:16 +0000
(15:38 -0700)
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>
arch/arm/mach-msm/smd.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-msm/smd.c
b/arch/arm/mach-msm/smd.c
index cf11d414b425ac48ff2839b178ec2d8fe11188e8..f07dc7c738f0c5a49dce87cb17fe4792f65b4629 100644
(file)
--- a/
arch/arm/mach-msm/smd.c
+++ b/
arch/arm/mach-msm/smd.c
@@
-997,7
+997,7
@@
int smd_core_init(void)
return 0;
}
-static int __init msm_smd_probe(struct platform_device *pdev)
+static int __
dev
init msm_smd_probe(struct platform_device *pdev)
{
pr_info("smd_init()\n");