patch-2.4.21 linux-2.4.21/arch/arm/mach-shark/pci.c

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

diff -urN linux-2.4.20/arch/arm/mach-shark/pci.c linux-2.4.21/arch/arm/mach-shark/pci.c
@@ -21,7 +21,7 @@
 }
 
 struct hw_pci shark_pci __initdata = {
-	init: via82c505_init,
-	swizzle: no_swizzle,
-	map_irq: shark_map_irq
+	.init		= via82c505_init,
+	.swizzle	= no_swizzle,
+	.map_irq	= shark_map_irq,
 };

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