Skip to content

Commit 4ee0bd8

Browse files
committed
ARM: bcm: brcmstb: Drop custom init_irq callback
The default is to call irqchip_init() in the absence of a machine descriptor init_irq callback. Signed-off-by: Florian Fainelli <[email protected]>
1 parent 60d76ce commit 4ee0bd8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

arch/arm/mach-bcm/brcmstb.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ u32 brcmstb_uart_config[3] = {
2323
0,
2424
};
2525

26-
static void __init brcmstb_init_irq(void)
27-
{
28-
irqchip_init();
29-
}
30-
3126
static const char *const brcmstb_match[] __initconst = {
3227
"brcm,bcm7445",
3328
"brcm,brcmstb",
@@ -36,5 +31,4 @@ static const char *const brcmstb_match[] __initconst = {
3631

3732
DT_MACHINE_START(BRCMSTB, "Broadcom STB (Flattened Device Tree)")
3833
.dt_compat = brcmstb_match,
39-
.init_irq = brcmstb_init_irq,
4034
MACHINE_END

0 commit comments

Comments
 (0)