summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brown <davidb@codeaurora.org>2012-04-12 11:36:50 -0700
committerDavid Brown <davidb@codeaurora.org>2012-04-13 10:23:17 -0700
commitaf33eadc73e4a5d35a966c1c7ffe28a8424c9d96 (patch)
treec13052bba804bfec2febf66789fca50396d9517f
parente89c0e4377303a101d1032bf1dde822218372f15 (diff)
downloadlinux-3.10-af33eadc73e4a5d35a966c1c7ffe28a8424c9d96.tar.gz
linux-3.10-af33eadc73e4a5d35a966c1c7ffe28a8424c9d96.tar.bz2
linux-3.10-af33eadc73e4a5d35a966c1c7ffe28a8424c9d96.zip
ARM: msm: Fix section mismatches in proc_comm.c
The change commit 4416e9eb0b4859b3d28016c5fd0a609bdcbc8a2a Author: Gregory Bean <gbean@codeaurora.org> Date: Wed Jul 28 10:22:12 2010 -0700 arm: msm: Fix section mismatch in smd.c. fixes a section mismatch between the board file and the smd driver's probe function, however, it misses the additional mismatches between the probe function and some routines it calls. Fix these up as well. Signed-off-by: David Brown <davidb@codeaurora.org>
-rw-r--r--arch/arm/mach-msm/proc_comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/proc_comm.c b/arch/arm/mach-msm/proc_comm.c
index 67e701c7f18..9980dc736e7 100644
--- a/arch/arm/mach-msm/proc_comm.c
+++ b/arch/arm/mach-msm/proc_comm.c
@@ -121,7 +121,7 @@ int msm_proc_comm(unsigned cmd, unsigned *data1, unsigned *data2)
* and unknown state. This function should be called early to
* wait on the ARM9.
*/
-void __init proc_comm_boot_wait(void)
+void __devinit proc_comm_boot_wait(void)
{
void __iomem *base = MSM_SHARED_RAM_BASE;