patch-2.4.22 linux-2.4.22/arch/ia64/kernel/irq_ia64.c

Next file: linux-2.4.22/arch/ia64/kernel/irq_lsapic.c
Previous file: linux-2.4.22/arch/ia64/kernel/irq.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ia64/kernel/irq_ia64.c linux-2.4.22/arch/ia64/kernel/irq_ia64.c
@@ -148,9 +148,9 @@
 extern void handle_IPI (int irq, void *dev_id, struct pt_regs *regs);
 
 static struct irqaction ipi_irqaction = {
-	handler:	handle_IPI,
-	flags:		SA_INTERRUPT,
-	name:		"IPI"
+	.handler =	handle_IPI,
+	.flags =	SA_INTERRUPT,
+	.name =		"IPI"
 };
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)