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-8064.c b/arch/arm/mach-msm/board-8064.c
index 2fa4973..d33a71f 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -376,7 +376,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)
 	apq8064_reserve_table[MEMTYPE_EBI1].size += MSM_ION_MM_SIZE;