diff options
Diffstat (limited to 'arch/arm/mach-spear/spear6xx.c')
-rw-r--r-- | arch/arm/mach-spear/spear6xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-spear/spear6xx.c b/arch/arm/mach-spear/spear6xx.c index ec8eefbbdfad..8b0295a41226 100644 --- a/arch/arm/mach-spear/spear6xx.c +++ b/arch/arm/mach-spear/spear6xx.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/amba/pl08x.h> | 16 | #include <linux/amba/pl08x.h> |
17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
18 | #include <linux/err.h> | 18 | #include <linux/err.h> |
19 | #include <linux/irqchip.h> | ||
20 | #include <linux/of.h> | 19 | #include <linux/of.h> |
21 | #include <linux/of_address.h> | 20 | #include <linux/of_address.h> |
22 | #include <linux/of_platform.h> | 21 | #include <linux/of_platform.h> |
@@ -423,7 +422,6 @@ static const char *spear600_dt_board_compat[] = { | |||
423 | 422 | ||
424 | DT_MACHINE_START(SPEAR600_DT, "ST SPEAr600 (Flattened Device Tree)") | 423 | DT_MACHINE_START(SPEAR600_DT, "ST SPEAr600 (Flattened Device Tree)") |
425 | .map_io = spear6xx_map_io, | 424 | .map_io = spear6xx_map_io, |
426 | .init_irq = irqchip_init, | ||
427 | .init_time = spear6xx_timer_init, | 425 | .init_time = spear6xx_timer_init, |
428 | .init_machine = spear600_dt_init, | 426 | .init_machine = spear600_dt_init, |
429 | .restart = spear_restart, | 427 | .restart = spear_restart, |