Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: IRQ: remove orphan allocate_irqno() declaration

All uses of allocate_irqno() have been removed by
commit 69a07a41d908 ("MIPS: SGI-IP27: rework HUB interrupts"),
so remove the orphan declaration.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Gaosheng Cui and committed by
Thomas Bogendoerfer
fe23057c c8fbf8a8

-2
-2
arch/mips/include/asm/irq.h
··· 63 63 extern void arch_init_irq(void); 64 64 extern void spurious_interrupt(void); 65 65 66 - extern int allocate_irqno(void); 67 - 68 66 /* 69 67 * Before R2 the timer and performance counter interrupts were both fixed to 70 68 * IE7. Since R2 their number has to be read from the c0_intctl register.