irqchip/mips-gic: Mark gic_irq_domain_free() static
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Aug 2023 12:33:55 +0000 (14:33 +0200)
committerMarc Zyngier <maz@kernel.org>
Mon, 21 Aug 2023 16:40:20 +0000 (17:40 +0100)
commit90e921d768677172cbb4be1d7597d556ae018020
tree9a0f55a9175523889a169b7d0061624959e99d80
parent9bdd26b6477f798e292d0c196b9a8e5b77ce5e1d
irqchip/mips-gic: Mark gic_irq_domain_free() static

This function is only used locally and should be static to avoid a warning:

drivers/irqchip/irq-mips-gic.c:560:6: error: no previous prototype for 'gic_irq_domain_free' [-Werror=missing-prototypes]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230810123404.1222332-2-arnd@kernel.org
drivers/irqchip/irq-mips-gic.c