[MIPS] Make irq number allocator generally available for fixing EV64120.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@ -214,8 +214,6 @@ static struct irqaction rt_irqaction = {
|
||||
.name = "timer"
|
||||
};
|
||||
|
||||
extern int allocate_irqno(void);
|
||||
|
||||
void __init plat_timer_setup(struct irqaction *irq)
|
||||
{
|
||||
int irqno = allocate_irqno();
|
||||
|
Reference in New Issue
Block a user