irqchip/ftintc010: Mark all function static
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 20:05:04 +0000 (22:05 +0200)
committerMarc Zyngier <maz@kernel.org>
Sat, 17 Jun 2023 06:20:52 +0000 (07:20 +0100)
commit97bb0f8e847c0ea6bf926c4e3b7633dd6acfabf2
treefc411912bbd8c89a41d22213c905d0f11a1a5ec7
parent8091f56ee4e51037662590edc0b0e44807fbab4d
irqchip/ftintc010: Mark all function static

Two functions were always global but never had any callers
outside of this file:

drivers/irqchip/irq-ftintc010.c:128:39: error: no previous prototype for 'ft010_irqchip_handle_irq'
drivers/irqchip/irq-ftintc010.c:165:12: error: no previous prototype for 'ft010_of_init_irq'

Fixes: b4d3053c8ce9 ("irqchip: Add a driver for Cortina Gemini")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230516200516.554663-1-arnd@kernel.org
drivers/irqchip/irq-ftintc010.c