forked from Minki/linux
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>
This commit is contained in:
parent
d31e23aff0
commit
a14a96d756
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user