diff options
Diffstat (limited to 'arch/mips/include/asm/irq_cpu.h')
-rw-r--r-- | arch/mips/include/asm/irq_cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/irq_cpu.h b/arch/mips/include/asm/irq_cpu.h index 3f11fdb3ed8c..39a160bb41dc 100644 --- a/arch/mips/include/asm/irq_cpu.h +++ b/arch/mips/include/asm/irq_cpu.h | |||
@@ -19,8 +19,8 @@ extern void rm9k_cpu_irq_init(void); | |||
19 | 19 | ||
20 | #ifdef CONFIG_IRQ_DOMAIN | 20 | #ifdef CONFIG_IRQ_DOMAIN |
21 | struct device_node; | 21 | struct device_node; |
22 | extern int mips_cpu_intc_init(struct device_node *of_node, | 22 | extern int mips_cpu_irq_of_init(struct device_node *of_node, |
23 | struct device_node *parent); | 23 | struct device_node *parent); |
24 | #endif | 24 | #endif |
25 | 25 | ||
26 | #endif /* _ASM_IRQ_CPU_H */ | 26 | #endif /* _ASM_IRQ_CPU_H */ |