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:
Родитель
d31e23aff0
Коммит
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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче