diff options
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/platsmp.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-vexpress/platsmp.c b/arch/arm/mach-vexpress/platsmp.c index 3bc0e38d70f7..dc1ace55d557 100644 --- a/arch/arm/mach-vexpress/platsmp.c +++ b/arch/arm/mach-vexpress/platsmp.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/vexpress.h> | 16 | #include <linux/vexpress.h> |
17 | 17 | ||
18 | #include <asm/smp_scu.h> | 18 | #include <asm/smp_scu.h> |
19 | #include <asm/hardware/gic.h> | ||
20 | #include <asm/mach/map.h> | 19 | #include <asm/mach/map.h> |
21 | 20 | ||
22 | #include <mach/motherboard.h> | 21 | #include <mach/motherboard.h> |
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 011661a6c5cb..557d361022a6 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c | |||
@@ -377,7 +377,6 @@ MACHINE_START(VEXPRESS, "ARM-Versatile Express") | |||
377 | .init_early = v2m_init_early, | 377 | .init_early = v2m_init_early, |
378 | .init_irq = v2m_init_irq, | 378 | .init_irq = v2m_init_irq, |
379 | .timer = &v2m_timer, | 379 | .timer = &v2m_timer, |
380 | .handle_irq = gic_handle_irq, | ||
381 | .init_machine = v2m_init, | 380 | .init_machine = v2m_init, |
382 | .restart = vexpress_restart, | 381 | .restart = vexpress_restart, |
383 | MACHINE_END | 382 | MACHINE_END |
@@ -500,6 +499,5 @@ DT_MACHINE_START(VEXPRESS_DT, "ARM-Versatile Express") | |||
500 | .init_irq = v2m_dt_init_irq, | 499 | .init_irq = v2m_dt_init_irq, |
501 | .timer = &v2m_dt_timer, | 500 | .timer = &v2m_dt_timer, |
502 | .init_machine = v2m_dt_init, | 501 | .init_machine = v2m_dt_init, |
503 | .handle_irq = gic_handle_irq, | ||
504 | .restart = vexpress_restart, | 502 | .restart = vexpress_restart, |
505 | MACHINE_END | 503 | MACHINE_END |