powerpc/irq: Make __do_irq() static
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 9 Jun 2022 10:16:40 +0000 (12:16 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 06:58:27 +0000 (16:58 +1000)
commit051bd351a2ef9c69753dc9cf6bd396986f27778c
tree4f58b585378f050654921a827c454043e1fcebb0
parent41f20d6db2b64677225bb0b97df956241c353ef8
powerpc/irq: Make __do_irq() static

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 <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/adbe1c8315ec2d63259f41468e82e51677bb1eda.1654769775.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/irq.h
arch/powerpc/kernel/irq.c