diff options
Diffstat (limited to 'arch/arm/mach-vexpress/v2m.c')
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 37608f22ee31..2ca86c50174d 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c | |||
@@ -539,8 +539,6 @@ MACHINE_START(VEXPRESS, "ARM-Versatile Express") | |||
539 | .restart = v2m_restart, | 539 | .restart = v2m_restart, |
540 | MACHINE_END | 540 | MACHINE_END |
541 | 541 | ||
542 | #if defined(CONFIG_ARCH_VEXPRESS_DT) | ||
543 | |||
544 | static struct map_desc v2m_rs1_io_desc __initdata = { | 542 | static struct map_desc v2m_rs1_io_desc __initdata = { |
545 | .virtual = V2M_PERIPH, | 543 | .virtual = V2M_PERIPH, |
546 | .pfn = __phys_to_pfn(0x1c000000), | 544 | .pfn = __phys_to_pfn(0x1c000000), |
@@ -671,5 +669,3 @@ DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express") | |||
671 | .handle_irq = gic_handle_irq, | 669 | .handle_irq = gic_handle_irq, |
672 | .restart = v2m_restart, | 670 | .restart = v2m_restart, |
673 | MACHINE_END | 671 | MACHINE_END |
674 | |||
675 | #endif | ||