msm: msm_iomap: Unify iomap for 7x30 with 7K & 8K

Iomap for 7x30 is combined with 8K and 7k, this will allow us to reuse
the already defined static mappings.

Change-Id: I4f26cd420012028f018611c0ac27a02951404c8f
Signed-off-by: Taniya Das <tdas@codeaurora.org>
diff --git a/arch/arm/mach-msm/proc_comm.c b/arch/arm/mach-msm/proc_comm.c
index 6f92b27..05b574b 100644
--- a/arch/arm/mach-msm/proc_comm.c
+++ b/arch/arm/mach-msm/proc_comm.c
@@ -1,7 +1,7 @@
 /* arch/arm/mach-msm/proc_comm.c
  *
  * Copyright (C) 2007-2008 Google, Inc.
- * Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
+ * Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved.
  * Author: Brian Swetland <swetland@google.com>
  *
  * This software is licensed under the terms of the GNU General Public
@@ -31,7 +31,7 @@
 	/* Make sure the write completes before interrupt */
 	wmb();
 #if defined(CONFIG_ARCH_MSM7X30)
-	__raw_writel(1 << 6, MSM_GCC_BASE + 0x8);
+	__raw_writel(1 << 6, MSM_APCS_GCC_BASE + 0x8);
 #elif defined(CONFIG_ARCH_MSM8X60)
 	__raw_writel(1 << 5, MSM_GCC_BASE + 0x8);
 #else