commit | 4adfe48492efd0ee8c3ff672b889c9c5101a0834 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Apr 18 22:08:50 2013 +0200 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Fri May 24 10:12:53 2013 +0200 |
tree | 5f4b8cec1a066285dfa46311e8e7856fe2e375a8 | |
parent | bf5d5b3e52fdb284aa05001f0338da77020eb9e5 [diff] |
ARM: vt8500: Remove init_irq declaration in machine description Commit ebafed7a ("ARM: irq: Call irqchip_init if no init_irq function is specified") removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for vt8500 as well. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Tony Prisk <linux@prisktech.co.nz>