aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/board_bcm2835.c
diff options
context:
space:
mode:
authorGravatar Eric Anholt <eric@anholt.net> 2015-04-24 12:08:53 -0700
committerGravatar Lee Jones <lee.jones@linaro.org> 2015-05-14 10:04:18 +0100
commitba9acf9c0f66e09b6947d96d517083736e1c60d0 (patch)
treea832ac2ceefe3c2ff5cd2758726adffc71a00a80 /arch/arm/mach-bcm/board_bcm2835.c
parentARM: bcm2835: Skip doing our own iotable_init() initialization (diff)
downloadlinux-ba9acf9c0f66e09b6947d96d517083736e1c60d0.tar.gz
linux-ba9acf9c0f66e09b6947d96d517083736e1c60d0.tar.bz2
linux-ba9acf9c0f66e09b6947d96d517083736e1c60d0.zip
ARM: bcm2835: Drop the init_irq() hook
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>
Diffstat (limited to 'arch/arm/mach-bcm/board_bcm2835.c')
-rw-r--r--arch/arm/mach-bcm/board_bcm2835.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/board_bcm2835.c b/arch/arm/mach-bcm/board_bcm2835.c
index 9851ee8e5e87..49dd5b05f702 100644
--- a/arch/arm/mach-bcm/board_bcm2835.c
+++ b/arch/arm/mach-bcm/board_bcm2835.c
@@ -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