patch-2.4.21 linux-2.4.21/arch/arm/mach-integrator/arch.c
Next file: linux-2.4.21/arch/arm/mach-integrator/pci.c
Previous file: linux-2.4.21/arch/arm/mach-footbridge/personal-pci.c
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
2003-06-13 07:51:29.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/arm/mach-integrator/arch.c
-  Orig date: 
2001-08-12 11:13:59.000000000 -0700
diff -urN linux-2.4.20/arch/arm/mach-integrator/arch.c linux-2.4.21/arch/arm/mach-integrator/arch.c
@@ -36,17 +36,17 @@
 
 #ifdef CONFIG_KMI_KEYB
 static struct kmi_info integrator_keyboard __initdata = {
-	base:	IO_ADDRESS(KMI0_BASE),
-	irq:	IRQ_KMIINT0,
-	divisor: 24 / 8 - 1,
-	type:	KMI_KEYBOARD,
+	.base		= IO_ADDRESS(KMI0_BASE),
+	.irq		= IRQ_KMIINT0,
+	.divisor	= 24 / 8 - 1,
+	.type		= KMI_KEYBOARD,
 };
 
 static struct kmi_info integrator_mouse __initdata = {
-	base:	IO_ADDRESS(KMI1_BASE),
-	irq:	IRQ_KMIINT1,
-	divisor: 24 / 8 - 1,
-	type:	KMI_MOUSE,
+	.base		= IO_ADDRESS(KMI1_BASE),
+	.irq		= IRQ_KMIINT1,
+	.divisor	= 24 / 8 - 1,
+	.type		= KMI_MOUSE,
 };
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)