]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8eb1a7fb02e386a1ce5630101a99081d63cce8b
tree4f58b585378f050654921a827c454043e1fcebb0
parent3742b958a7ed77a0c00e07ce21814ae24db2f414
powerpc/irq: Make __do_irq() static

Since commit e8c4a3dac7a1 ("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