Skip to content

Commit fe23057

Browse files
gscuitsbogend
authored andcommitted
MIPS: IRQ: remove orphan allocate_irqno() declaration
All uses of allocate_irqno() have been removed by commit 69a07a4 ("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>
1 parent c8fbf8a commit fe23057

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • arch/mips/include/asm

arch/mips/include/asm/irq.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ extern void do_domain_IRQ(struct irq_domain *domain, unsigned int irq);
6363
extern void arch_init_irq(void);
6464
extern void spurious_interrupt(void);
6565

66-
extern int allocate_irqno(void);
67-
6866
/*
6967
* Before R2 the timer and performance counter interrupts were both fixed to
7068
* IE7. Since R2 their number has to be read from the c0_intctl register.

0 commit comments

Comments
 (0)