[PATCH 11/16] ARM: picoxcell: use common irqchip_init
From: Jamie Iles <hidden>
Date: 2012-11-23 12:04:13
From: Jamie Iles <hidden>
Date: 2012-11-23 12:04:13
On Tue, Nov 20, 2012 at 11:01:02PM +0100, Thomas Petazzoni wrote:
Now that we have a common irqchip infrastructure, use it on the picoxcell platform: * Use irqchip_init() as the ->irq_init() machine function. The irqchip infrastructure already knows about the compatible strings for the VIC IRQ controller driver. * No longer needed to set ->handle_irq() in the machine structure, as it will be set by the VIC IRQ controller driver. Signed-off-by: Thomas Petazzoni <redacted>
Acked-by: Jamie Iles <redacted> Thanks, Jamie