diff options
Diffstat (limited to 'arch/arm/mach-spear3xx/spear320.c')
-rw-r--r-- | arch/arm/mach-spear3xx/spear320.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear320.c b/arch/arm/mach-spear3xx/spear320.c index 3a22d8422976..34c212e6cbf6 100644 --- a/arch/arm/mach-spear3xx/spear320.c +++ b/arch/arm/mach-spear3xx/spear320.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/amba/pl022.h> | 16 | #include <linux/amba/pl022.h> |
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/irqchip.h> | ||
19 | #include <linux/of_platform.h> | 20 | #include <linux/of_platform.h> |
20 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
21 | #include <mach/generic.h> | 22 | #include <mach/generic.h> |
@@ -267,7 +268,7 @@ static void __init spear320_map_io(void) | |||
267 | 268 | ||
268 | DT_MACHINE_START(SPEAR320_DT, "ST SPEAr320 SoC with Flattened Device Tree") | 269 | DT_MACHINE_START(SPEAR320_DT, "ST SPEAr320 SoC with Flattened Device Tree") |
269 | .map_io = spear320_map_io, | 270 | .map_io = spear320_map_io, |
270 | .init_irq = spear3xx_dt_init_irq, | 271 | .init_irq = irqchip_init, |
271 | .timer = &spear3xx_timer, | 272 | .timer = &spear3xx_timer, |
272 | .init_machine = spear320_dt_init, | 273 | .init_machine = spear320_dt_init, |
273 | .restart = spear_restart, | 274 | .restart = spear_restart, |