Commit ba9acf9c authored by Eric Anholt's avatar Eric Anholt Committed by Lee Jones

ARM: bcm2835: Drop the init_irq() hook

This is the default function that gets called if the hook is NULL.
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Tested-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 23833211
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment