commit | eb541cb24078eae83b9ef0573af36347d8dc01ee | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Mar 26 09:30:32 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Mar 29 23:46:35 2007 +0100 |
tree | 8b6a4e068ff0f8950c02df2a7d075688c9487588 | |
parent | 619af723ac1fe75262441453c9d35870593822e2 [diff] [blame] |
[MIPS] MV64340: Add missing prototype for mv64340_irq_init(). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index df94955..b6144ba 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h
@@ -54,5 +54,6 @@ }; extern void ll_mv64340_irq(void); +extern void mv64340_irq_init(unsigned int base); #endif /* __ASM_MIPS_MARVELL_H */