diff options
Diffstat (limited to 'arch/arm/mach-spear3xx/spear320.c')
-rw-r--r-- | arch/arm/mach-spear3xx/spear320.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-spear3xx/spear320.c b/arch/arm/mach-spear3xx/spear320.c index 66e3a0c33e75..3a22d8422976 100644 --- a/arch/arm/mach-spear3xx/spear320.c +++ b/arch/arm/mach-spear3xx/spear320.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/amba/pl08x.h> | 17 | #include <linux/amba/pl08x.h> |
18 | #include <linux/amba/serial.h> | 18 | #include <linux/amba/serial.h> |
19 | #include <linux/of_platform.h> | 19 | #include <linux/of_platform.h> |
20 | #include <asm/hardware/vic.h> | ||
21 | #include <asm/mach/arch.h> | 20 | #include <asm/mach/arch.h> |
22 | #include <mach/generic.h> | 21 | #include <mach/generic.h> |
23 | #include <mach/spear.h> | 22 | #include <mach/spear.h> |
@@ -269,7 +268,6 @@ static void __init spear320_map_io(void) | |||
269 | DT_MACHINE_START(SPEAR320_DT, "ST SPEAr320 SoC with Flattened Device Tree") | 268 | DT_MACHINE_START(SPEAR320_DT, "ST SPEAr320 SoC with Flattened Device Tree") |
270 | .map_io = spear320_map_io, | 269 | .map_io = spear320_map_io, |
271 | .init_irq = spear3xx_dt_init_irq, | 270 | .init_irq = spear3xx_dt_init_irq, |
272 | .handle_irq = vic_handle_irq, | ||
273 | .timer = &spear3xx_timer, | 271 | .timer = &spear3xx_timer, |
274 | .init_machine = spear320_dt_init, | 272 | .init_machine = spear320_dt_init, |
275 | .restart = spear_restart, | 273 | .restart = spear_restart, |