diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_c/cpci-irq.c')
-rw-r--r-- | arch/mips/momentum/ocelot_c/cpci-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_c/cpci-irq.c b/arch/mips/momentum/ocelot_c/cpci-irq.c index 7723f0998944..e5a4a0a8a7f0 100644 --- a/arch/mips/momentum/ocelot_c/cpci-irq.c +++ b/arch/mips/momentum/ocelot_c/cpci-irq.c | |||
@@ -106,5 +106,5 @@ void cpci_irq_init(void) | |||
106 | int i; | 106 | int i; |
107 | 107 | ||
108 | for (i = CPCI_IRQ_BASE; i < (CPCI_IRQ_BASE + 8); i++) | 108 | for (i = CPCI_IRQ_BASE; i < (CPCI_IRQ_BASE + 8); i++) |
109 | set_irq_chip(i, &cpci_irq_type); | 109 | set_irq_chip_and_handler(i, &cpci_irq_type, handle_level_irq); |
110 | } | 110 | } |