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
- Lines: 11
- Date:
2003-06-13 07:51:29.000000000 -0700
- Orig file:
linux-2.4.20/arch/arm/mach-shark/pci.c
- Orig date:
2000-09-19 08:31:53.000000000 -0700
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)