From: Ralf Baechle Date: Mon, 26 Mar 2007 08:30:32 +0000 (+0100) Subject: [MIPS] MV64340: Add missing prototype for mv64340_irq_init(). X-Git-Tag: v2.6.21-rc6~45^2~7 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=eb541cb24078eae83b9ef0573af36347d8dc01ee;p=~emulex%2Finfiniband.git [MIPS] MV64340: Add missing prototype for mv64340_irq_init(). Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index df94955b098..b6144bafc56 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 */