]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: bcm2835: Drop the init_irq() hook
authorEric Anholt <eric@anholt.net>
Fri, 24 Apr 2015 19:08:53 +0000 (12:08 -0700)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 May 2015 09:04:18 +0000 (10:04 +0100)
This is the default function that gets called if the hook is NULL.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-bcm/board_bcm2835.c

index 9851ee8e5e87798f32f598b6013feb947b0dde35..49dd5b05f70296b5add34d146243ef751b5cd9f3 100644 (file)
@@ -113,7 +113,6 @@ static const char * const bcm2835_compat[] = {
 };
 
 DT_MACHINE_START(BCM2835, "BCM2835")
-       .init_irq = irqchip_init,
        .init_machine = bcm2835_init,
        .restart = bcm2835_restart,
        .dt_compat = bcm2835_compat