Re: [PATCH v2 1/3] powerpc/irq: Make __do_irq() static

2022-07-04 Thread Michael Ellerman
On Thu, 9 Jun 2022 12:16:40 +0200, Christophe Leroy wrote: > Since commit 48cf12d88969 ("powerpc/irq: Inline call_do_irq() and > call_do_softirq()"), __do_irq() is not used outside irq.c > > Reorder functions and make __do_irq() static and > drop the declaration in irq.h. > > > [...] Applied to

[PATCH v2 1/3] powerpc/irq: Make __do_irq() static

2022-06-09 Thread Christophe Leroy
Since commit 48cf12d88969 ("powerpc/irq: Inline call_do_irq() and call_do_softirq()"), __do_irq() is not used outside irq.c Reorder functions and make __do_irq() static and drop the declaration in irq.h. Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/irq.h | 1 - arch/powerpc/ker