irqchipr/i8259: Mark i8259_of_init() static
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Aug 2023 12:33:56 +0000 (14:33 +0200)
committerMarc Zyngier <maz@kernel.org>
Mon, 21 Aug 2023 16:40:30 +0000 (17:40 +0100)
commit424a4aec7a2392d248e2f260ba571a01e24b8ec2
treeaa41b5cd0b68124dd6c5289105730502514a8f0c
parent90e921d768677172cbb4be1d7597d556ae018020
irqchipr/i8259: Mark i8259_of_init() static

i8259_of_init() is only used as an initcall and does not need to be global,
so mark it static to avoid:

drivers/irqchip/irq-i8259.c:343:12: warning: no previous prototype for 'i8259_of_init' [-Wmissing-prototypes]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230810123404.1222332-3-arnd@kernel.org
drivers/irqchip/irq-i8259.c