irqchip/mxs: Declare icoll_handle_irq() as static
authorStefan Wahren <wahrenst@gmx.net>
Fri, 12 Apr 2024 21:53:34 +0000 (23:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Apr 2024 22:28:14 +0000 (00:28 +0200)
commit8371696a975a52eb055dcf36ac1e562bfda493cc
treeeb6b6a9194403cf6a1e0bd386e81d8537110cc8e
parent234a557e28b9142e07eae21083a04fffef83ee8d
irqchip/mxs: Declare icoll_handle_irq() as static

After commit 5bb578a0c1b8 ("ARM: 9298/1: Drop custom mdesc->handle_irq()")
the function icoll_handle_irq() is only used within irq-mxs.c.  So declare
it as static to fix the warning about a missing prototype when building
with W=1.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-mxs.c