ARM: iop: make iop_handle_irq() static
authorArd Biesheuvel <ardb@kernel.org>
Mon, 24 Jan 2022 19:55:10 +0000 (20:55 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 25 Jan 2022 08:53:52 +0000 (09:53 +0100)
commita14a96d7560687d328e3702682c94b549e1c3911
tree5b21624b9ce8f1ff12943c3dccf1724f911ceea9
parentd31e23aff011d96278f4dbc22f2ec5db433eabaf
ARM: iop: make iop_handle_irq() static

The build bots complain about iop_handle_irq() not being declared so
let's make it static instead.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/mach-iop32x/irq.c