diff options
Diffstat (limited to 'arch/mips/dec/kn02-irq.c')
-rw-r--r-- | arch/mips/dec/kn02-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/kn02-irq.c b/arch/mips/dec/kn02-irq.c index c761d97787ec..5a9be4c93584 100644 --- a/arch/mips/dec/kn02-irq.c +++ b/arch/mips/dec/kn02-irq.c | |||
@@ -85,7 +85,7 @@ void __init init_kn02_irqs(int base) | |||
85 | iob(); | 85 | iob(); |
86 | 86 | ||
87 | for (i = base; i < base + KN02_IRQ_LINES; i++) | 87 | for (i = base; i < base + KN02_IRQ_LINES; i++) |
88 | set_irq_chip(i, &kn02_irq_type); | 88 | set_irq_chip_and_handler(i, &kn02_irq_type, handle_level_irq); |
89 | 89 | ||
90 | kn02_irq_base = base; | 90 | kn02_irq_base = base; |
91 | } | 91 | } |