]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ARM: nomadik: Remove init_irq declaration in machine description
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 18 Apr 2013 20:08:50 +0000 (22:08 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 24 May 2013 08:12:50 +0000 (10:12 +0200)
Commit ebafed7a ("ARM: irq: Call irqchip_init if no init_irq function is
specified") removed the need to explictly setup the init_irq field in
the machine description when using only irqchip_init. Remove that
declaration for nomadik as well.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-nomadik/cpu-8815.c

index 59f6ff5c9baeb843d189dcbb2e9f4a6534ee4091..46cce9baa12926d4a85e65a0fe1a1d825efaee66 100644 (file)
@@ -25,7 +25,6 @@
 #include <linux/slab.h>
 #include <linux/irq.h>
 #include <linux/dma-mapping.h>
-#include <linux/irqchip.h>
 #include <linux/platform_data/clk-nomadik.h>
 #include <linux/platform_data/pinctrl-nomadik.h>
 #include <linux/pinctrl/machine.h>
@@ -323,7 +322,6 @@ static const char * cpu8815_board_compat[] = {
 
 DT_MACHINE_START(NOMADIK_DT, "Nomadik STn8815")
        .map_io         = cpu8815_map_io,
-       .init_irq       = irqchip_init,
        .init_time      = cpu8815_timer_init_of,
        .init_machine   = cpu8815_init_of,
        .restart        = cpu8815_restart,