patch-2.4.21 linux-2.4.21/arch/arm/mach-anakin/irq.c

Next file: linux-2.4.21/arch/arm/mach-footbridge/cats-pci.c
Previous file: linux-2.4.21/arch/arm/kernel/time.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/mach-anakin/irq.c linux-2.4.21/arch/arm/mach-anakin/irq.c
@@ -49,9 +49,9 @@
 }
 
 static struct irqaction anakin_irq = {
-	name:		"Anakin IRQ",
-	handler:	anakin_interrupt,
-	flags:		SA_INTERRUPT
+	.name		= "Anakin IRQ",
+	.handler	= anakin_interrupt,
+	.flags		= SA_INTERRUPT,
 };
  
 void __init

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