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-8930.c b/arch/arm/mach-msm/board-8930.c
index 2ad5d36..4327fd9 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -423,7 +423,7 @@
 };
 #endif
 
-static void reserve_ion_memory(void)
+static void __init reserve_ion_memory(void)
 {
 #if defined(CONFIG_ION_MSM) && defined(CONFIG_MSM_MULTIMEDIA_USE_ION)
 	msm8930_reserve_table[MEMTYPE_EBI1].size += MSM_ION_SF_SIZE;