msm: platsmp-8625: refactor code for core_reset_base

The function returns reset_core_base pointer of core1, right now.
The code should be refactored in order to support other cores.

Change-Id: Iac08be058aaf251c8906bb10a82d539162380f51
Signed-off-by: tirupathireddy <tirupath@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-msm7x2xa.h b/arch/arm/mach-msm/devices-msm7x2xa.h
index 8b59b14..614037c 100644
--- a/arch/arm/mach-msm/devices-msm7x2xa.h
+++ b/arch/arm/mach-msm/devices-msm7x2xa.h
@@ -33,6 +33,6 @@
 void __init msm8x25_spm_device_init(void);
 void __init msm_pm_register_cpr_ops(void);
 void __init msm8x25_kgsl_3d0_init(void);
-void __iomem *core1_reset_base(void);
+void __iomem *core_reset_base(unsigned int);
 extern void setup_mm_for_reboot(void);
 #endif