]> err.no Git - linux-2.6/blobdiff - arch/x86/mach-voyager/setup.c
[PACKET]: Fix sparse warnings in af_packet.c
[linux-2.6] / arch / x86 / mach-voyager / setup.c
index a0ab4002abcd77d64e10689ba8c01bd8a056eb59..3bef977cb29b25d028db4caf061ea020d4ecd080 100644 (file)
@@ -18,7 +18,11 @@ void __init pre_intr_init_hook(void)
 /*
  * IRQ2 is cascade interrupt to second interrupt controller
  */
-static struct irqaction irq2 = { no_action, 0, CPU_MASK_NONE, "cascade", NULL, NULL};
+static struct irqaction irq2 = {
+       .handler = no_action,
+       .mask = CPU_MASK_NONE,
+       .name = "cascade",
+};
 
 void __init intr_init_hook(void)
 {