aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-zynq/common.c')
-rw-r--r--arch/arm/mach-zynq/common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c
index 79bf5fb4dad3..2202f67c8a09 100644
--- a/arch/arm/mach-zynq/common.c
+++ b/arch/arm/mach-zynq/common.c
@@ -74,11 +74,6 @@ static void __init xilinx_irq_init(void)
74 74
75static struct map_desc io_desc[] __initdata = { 75static struct map_desc io_desc[] __initdata = {
76 { 76 {
77 .virtual = TTC0_VIRT,
78 .pfn = __phys_to_pfn(TTC0_PHYS),
79 .length = TTC0_SIZE,
80 .type = MT_DEVICE,
81 }, {
82 .virtual = SCU_PERIPH_VIRT, 77 .virtual = SCU_PERIPH_VIRT,
83 .pfn = __phys_to_pfn(SCU_PERIPH_PHYS), 78 .pfn = __phys_to_pfn(SCU_PERIPH_PHYS),
84 .length = SCU_PERIPH_SIZE, 79 .length = SCU_PERIPH_SIZE,