Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b15c76b7 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren
Browse files

arm: omap: irq: call set_handle_irq() from intc_of_init



this will let us drop .handle_irq and .init_irq fields
from our generic machine_descs.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 00b6b031
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -314,6 +314,8 @@ static int __init intc_of_init(struct device_node *node,

	omap_init_irq(res.start, nr_irq, of_node_get(node));

	set_handle_irq(omap2_intc_handle_irq);

	return 0;
}