MIPS: IRQ: remove orphan allocate_irqno() declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Tue, 20 Sep 2022 13:07:11 +0000 (21:07 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sat, 24 Sep 2022 09:47:18 +0000 (11:47 +0200)
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>
arch/mips/include/asm/irq.h

index 76941ae..44f9824 100644 (file)
@@ -63,8 +63,6 @@ extern void do_domain_IRQ(struct irq_domain *domain, unsigned int irq);
 extern void arch_init_irq(void);
 extern void spurious_interrupt(void);
 
-extern int allocate_irqno(void);
-
 /*
  * Before R2 the timer and performance counter interrupts were both fixed to
  * IE7.         Since R2 their number has to be read from the c0_intctl register.