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-qrd7627a.c b/arch/arm/mach-msm/board-qrd7627a.c
index 3e8dd8f..510ce6b 100644
--- a/arch/arm/mach-msm/board-qrd7627a.c
+++ b/arch/arm/mach-msm/board-qrd7627a.c
@@ -806,7 +806,7 @@
 				msm_num_footswitch_devices);
 }
 
-static void add_platform_devices(void)
+static void __init add_platform_devices(void)
 {
 	if (machine_is_msm8625_evb() || machine_is_msm8625_qrd7()) {
 		platform_add_devices(msm8625_evb_devices,