msm: timer: Remove legacy timer iomap and interrupts

Remove iomaps and interrupt declarations for legacy timers
as these are no longer required after moving over to
ARM generic timer implementation.

Change-Id: Iadcbc0b9a1bfc173b0f87f5db8b5e4674ba68dfd
Signed-off-by: Sathish Ambley <sambley@codeaurora.org>
diff --git a/arch/arm/mach-msm/include/mach/irqs-copper.h b/arch/arm/mach-msm/include/mach/irqs-copper.h
index d019047..24da0a4 100644
--- a/arch/arm/mach-msm/include/mach/irqs-copper.h
+++ b/arch/arm/mach-msm/include/mach/irqs-copper.h
@@ -24,9 +24,6 @@
 #define GIC_PPI_START 16
 #define GIC_SPI_START 32
 
-#define INT_VGIC				(GIC_PPI_START + 0)
-#define INT_DEBUG_TIMER_EXP			(GIC_PPI_START + 1)
-#define INT_GP_TIMER_EXP			(GIC_PPI_START + 2)
 #define AVS_SVICINT				(GIC_PPI_START + 6)
 #define AVS_SVICINTSWDONE			(GIC_PPI_START + 7)
 #define INT_ARMQC_PERFMON			(GIC_PPI_START + 10)
diff --git a/arch/arm/mach-msm/include/mach/msm_iomap-copper.h b/arch/arm/mach-msm/include/mach/msm_iomap-copper.h
index b62b8cf..a3c9da8 100644
--- a/arch/arm/mach-msm/include/mach/msm_iomap-copper.h
+++ b/arch/arm/mach-msm/include/mach/msm_iomap-copper.h
@@ -32,12 +32,6 @@
 #define COPPER_TLMM_PHYS	0xFD400000
 #define COPPER_TLMM_SIZE	SZ_16K
 
-#define COPPER_TMR_PHYS		0xF900A000
-#define COPPER_TMR_SIZE		SZ_4K
-
-#define COPPER_TMR0_PHYS	0xF908A000
-#define COPPER_TMR0_SIZE	SZ_4K
-
 #ifdef CONFIG_DEBUG_MSMCOPPER_UART
 #define MSM_DEBUG_UART_BASE	IOMEM(0xFA71E000)
 #define MSM_DEBUG_UART_PHYS	0xF991E000
diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
index f09c6d9..2d5b0a4 100644
--- a/arch/arm/mach-msm/io.c
+++ b/arch/arm/mach-msm/io.c
@@ -284,8 +284,6 @@
 	MSM_CHIP_DEVICE(QGIC_DIST, COPPER),
 	MSM_CHIP_DEVICE(QGIC_CPU, COPPER),
 	MSM_CHIP_DEVICE(TLMM, COPPER),
-	MSM_CHIP_DEVICE(TMR, COPPER),
-	MSM_CHIP_DEVICE(TMR0, COPPER),
 #ifdef CONFIG_DEBUG_MSMCOPPER_UART
 	MSM_DEVICE(DEBUG_UART),
 #endif