Commit a14a96d7 authored by Ard Biesheuvel's avatar Ard Biesheuvel

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: default avatarArd Biesheuvel <ardb@kernel.org>
parent d31e23af
......@@ -59,7 +59,7 @@ struct irq_chip ext_chip = {
.irq_unmask = iop32x_irq_unmask,
};
void iop_handle_irq(struct pt_regs *regs)
static void iop_handle_irq(struct pt_regs *regs)
{
u32 mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment