msm: boards: Fix section mismatches
Too many to list but these functions are usually called from
__init marked functions and they're static so the section
mismatch is benign.
Change-Id: Ie0aeaccef4f3899ea634b27ae03f5c85d33bee0c
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm7627a-io.c b/arch/arm/mach-msm/board-msm7627a-io.c
index 69cab80..e622dfe 100644
--- a/arch/arm/mach-msm/board-msm7627a-io.c
+++ b/arch/arm/mach-msm/board-msm7627a-io.c
@@ -579,7 +579,7 @@
},
};
-static void ft5x06_touchpad_setup(void)
+static void __init ft5x06_touchpad_setup(void)
{
int rc;