patch-2.4.21 linux-2.4.21/arch/arm/mach-sa1100/neponset.c

Next file: linux-2.4.21/arch/arm/mach-sa1100/sa1111.c
Previous file: linux-2.4.21/arch/arm/mach-sa1100/h3600.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/mach-sa1100/neponset.c linux-2.4.21/arch/arm/mach-sa1100/neponset.c
@@ -54,9 +54,9 @@
 }
 
 static struct irqaction neponset_irq = {
-	name:		"Neponset",
-	handler:	neponset_IRQ_demux,
-	flags:		SA_INTERRUPT
+	.name		= "Neponset",
+	.handler	= neponset_IRQ_demux,
+	.flags		= SA_INTERRUPT
 };
 
 static void __init neponset_init_irq(void)
@@ -214,8 +214,8 @@
 }
 
 static struct sa1100_port_fns neponset_port_fns __initdata = {
-	set_mctrl:	neponset_set_mctrl,
-	get_mctrl:	neponset_get_mctrl,
+	.set_mctrl	= neponset_set_mctrl,
+	.get_mctrl	= neponset_get_mctrl,
 };
 
 void __init neponset_map_io(void)

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