diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-26 10:30:32 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-30 00:46:35 +0200 |
commit | eb541cb24078eae83b9ef0573af36347d8dc01ee (patch) | |
tree | 8b6a4e068ff0f8950c02df2a7d075688c9487588 /include/asm-mips/marvell.h | |
parent | [MIPS] MT: MIPS_MT_SMTC_INSTANT_REPLAY currently conflicts with PREEMPT. (diff) | |
download | linux-eb541cb24078eae83b9ef0573af36347d8dc01ee.tar.xz linux-eb541cb24078eae83b9ef0573af36347d8dc01ee.zip |
[MIPS] MV64340: Add missing prototype for mv64340_irq_init().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | include/asm-mips/marvell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index df94955b098a..b6144bafc565 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h @@ -54,5 +54,6 @@ struct mv_pci_controller { }; extern void ll_mv64340_irq(void); +extern void mv64340_irq_init(unsigned int base); #endif /* __ASM_MIPS_MARVELL_H */ |