Re: [PATCH] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-17 Thread Thierry Reding
On Fri, Jan 18, 2013 at 09:05:17AM +0900, Simon Horman wrote: > On Thu, Jan 17, 2013 at 01:00:13PM +0100, Thierry Reding wrote: > > The asm/hardware/gic.h header does no longer exist and the corresponding > > functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h > > respectively. g

Re: [PATCH] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-17 Thread Simon Horman
On Thu, Jan 17, 2013 at 01:00:13PM +0100, Thierry Reding wrote: > The asm/hardware/gic.h header does no longer exist and the corresponding > functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h > respectively. gic_handle_irq() and of_irq_init() are no longer available > either and

[PATCH] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-17 Thread Thierry Reding
The asm/hardware/gic.h header does no longer exist and the corresponding functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h respectively. gic_handle_irq() and of_irq_init() are no longer available either and have been replaced by irqchip_init(). Signed-off-by: Thierry Reding -