irqchip: sunxi: Make use of the IRQCHIP_DECLARE macro
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 10 Mar 2013 14:54:46 +0000 (15:54 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 8 Apr 2013 19:42:27 +0000 (21:42 +0200)
This allows to remove some boilerplate code. At the same time, call the
set_handle_irq function in the initialization function of the irqchip,
so that we can remove it from the machine declaration.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

No differences found