diff options
author | Rob Herring <robh@kernel.org> | 2014-04-28 09:17:50 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 15:16:00 -0400 |
commit | 9fa44f47e8011c07c794f585988fca91bd588f97 (patch) | |
tree | 1b31162431dc35a4d3f1bfe7383e237a2ad7b314 /arch/arm | |
parent | 44fa72d129916575befad806c9c6045b623beb26 (diff) |
ARM: versatile: remove init_irq hook for DT boot
Now that versatile's irqchips are initialized from DT, the init_irq hook
can be removed.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-versatile/versatile_dt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/versatile_dt.c b/arch/arm/mach-versatile/versatile_dt.c index 3621b000a0f6..9f9bc61ca64b 100644 --- a/arch/arm/mach-versatile/versatile_dt.c +++ b/arch/arm/mach-versatile/versatile_dt.c | |||
@@ -44,7 +44,6 @@ static const char *versatile_dt_match[] __initconst = { | |||
44 | DT_MACHINE_START(VERSATILE_PB, "ARM-Versatile (Device Tree Support)") | 44 | DT_MACHINE_START(VERSATILE_PB, "ARM-Versatile (Device Tree Support)") |
45 | .map_io = versatile_map_io, | 45 | .map_io = versatile_map_io, |
46 | .init_early = versatile_init_early, | 46 | .init_early = versatile_init_early, |
47 | .init_irq = versatile_init_irq, | ||
48 | .init_machine = versatile_dt_init, | 47 | .init_machine = versatile_dt_init, |
49 | .dt_compat = versatile_dt_match, | 48 | .dt_compat = versatile_dt_match, |
50 | .restart = versatile_restart, | 49 | .restart = versatile_restart, |