diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-15 21:21:55 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-09-19 16:36:29 +0200 |
commit | 0b8b94c384e7eb2363cd90f4d438c41ce93ae530 (patch) | |
tree | 02e968fd260db29c3a171f349b8b79057856a311 /arch/mips | |
parent | 2af06ba7ee2fb80e1ededade7cda85cc04c51109 (diff) |
MIPS: IRQ: remove orphan declarations from arch/mips/include/asm/irq.h
All uses of free_irqno() and alloc_legacy_irqno() were removed
by commit 69a07a41d908 ("MIPS: SGI-IP27: rework HUB interrupts"),
so remove the orphan declarations, too.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/irq.h b/arch/mips/include/asm/irq.h index 57561e0e6e8d..76941ae572b2 100644 --- a/arch/mips/include/asm/irq.h +++ b/arch/mips/include/asm/irq.h @@ -64,8 +64,6 @@ extern void arch_init_irq(void); extern void spurious_interrupt(void); extern int allocate_irqno(void); -extern void alloc_legacy_irqno(void); -extern void free_irqno(unsigned int irq); /* * Before R2 the timer and performance counter interrupts were both fixed to |