Re: [PATCH] powerpc/hwirq: Remove stale forward irq_chip declaration

2020-09-09 Thread Michael Ellerman
On Thu, 6 Aug 2020 12:19:06 + (UTC), Christophe Leroy wrote: > Since commit identified below, the forward declaration of > struct irq_chip is useless (was struct hw_interrupt_type at that time) > > Remove it, together with the associated comment. Applied to powerpc/next. [1/1] powerpc/hwirq:

[PATCH] powerpc/hwirq: Remove stale forward irq_chip declaration

2020-08-06 Thread Christophe Leroy
Since commit identified below, the forward declaration of struct irq_chip is useless (was struct hw_interrupt_type at that time) Remove it, together with the associated comment. Fixes: c0ad90a32fb6 ("[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()") Signed-off-by: Christo