]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/cobalt/irq.c
[MIPS] cleanup struct irqaction initializers
[linux-2.6-omap-h63xx.git] / arch / mips / cobalt / irq.c
index fe93b846923b85fd873953aefbe62bc9a6cf7d85..48763cd10eaae7a631f38b9b42bdf33bb86fe81f 100644 (file)
@@ -17,7 +17,7 @@
 #include <asm/irq_cpu.h>
 #include <asm/gt64120.h>
 
-#include <asm/mach-cobalt/cobalt.h>
+#include <cobalt.h>
 
 /*
  * We have two types of interrupts that we handle, ones that come in through
@@ -92,7 +92,9 @@ asmlinkage void plat_irq_dispatch(void)
 }
 
 static struct irqaction irq_via = {
-       no_action, 0, { { 0, } }, "cascade", NULL, NULL
+       .handler = no_action,
+       .mask = CPU_MASK_NONE,
+       .name = "cascade"
 };
 
 void __init arch_init_irq(void)