diff options
Diffstat (limited to 'arch/mips/cobalt/irq.c')
-rw-r--r-- | arch/mips/cobalt/irq.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/cobalt/irq.c b/arch/mips/cobalt/irq.c index 950ad1e8be44..48763cd10eaa 100644 --- a/arch/mips/cobalt/irq.c +++ b/arch/mips/cobalt/irq.c | |||
@@ -92,7 +92,9 @@ asmlinkage void plat_irq_dispatch(void) | |||
92 | } | 92 | } |
93 | 93 | ||
94 | static struct irqaction irq_via = { | 94 | static struct irqaction irq_via = { |
95 | no_action, 0, { { 0, } }, "cascade", NULL, NULL | 95 | .handler = no_action, |
96 | .mask = CPU_MASK_NONE, | ||
97 | .name = "cascade" | ||
96 | }; | 98 | }; |
97 | 99 | ||
98 | void __init arch_init_irq(void) | 100 | void __init arch_init_irq(void) |