diff options
Diffstat (limited to 'arch/mips/include/asm/dec/ioasic.h')
-rw-r--r-- | arch/mips/include/asm/dec/ioasic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/dec/ioasic.h b/arch/mips/include/asm/dec/ioasic.h index 98badd6bf22d..a6e505a0e44b 100644 --- a/arch/mips/include/asm/dec/ioasic.h +++ b/arch/mips/include/asm/dec/ioasic.h | |||
@@ -31,8 +31,10 @@ static inline u32 ioasic_read(unsigned int reg) | |||
31 | return ioasic_base[reg / 4]; | 31 | return ioasic_base[reg / 4]; |
32 | } | 32 | } |
33 | 33 | ||
34 | extern void clear_ioasic_dma_irq(unsigned int irq); | ||
35 | |||
34 | extern void init_ioasic_irqs(int base); | 36 | extern void init_ioasic_irqs(int base); |
35 | 37 | ||
36 | extern void dec_ioasic_clocksource_init(void); | 38 | extern int dec_ioasic_clocksource_init(void); |
37 | 39 | ||
38 | #endif /* __ASM_DEC_IOASIC_H */ | 40 | #endif /* __ASM_DEC_IOASIC_H */ |