[MIPS] Make irq number allocator generally available for fixing EV64120.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2006-11-06 17:41:06 +00:00
parent 325d08d1a4
commit 4a4cf77923
4 changed files with 46 additions and 25 deletions

View File

@ -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();