Commit a14a96d7 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;