msm: pm-boot: Remove write boot vector function for 8625
Reorganisation of the idle-v7.S file makes pm-boot.c failed
for compilation. Hence removing the "msm_pm_write_boot_vector"
function to remove the compilation errors for 8625.
Change-Id: Ie8504c92092dac7b5967737956696a33ff84a330
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
diff --git a/arch/arm/mach-msm/pm-boot.c b/arch/arm/mach-msm/pm-boot.c
index 80e5a55..8d4ca8b 100644
--- a/arch/arm/mach-msm/pm-boot.c
+++ b/arch/arm/mach-msm/pm-boot.c
@@ -181,8 +181,6 @@
__raw_writel(readl_relaxed(pdata->v_addr +
MPA5_CFG_CTL_REG) | BIT(26),
pdata->v_addr + MPA5_CFG_CTL_REG);
-
- msm_pm_boot_before_pc = msm_pm_write_boot_vector;
}
break;
default: