patch-2.4.21 linux-2.4.21/drivers/hil/hil_ptr.c
Next file: linux-2.4.21/drivers/hil/hilkbd.c
Previous file: linux-2.4.21/drivers/hil/hil_kbd.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
2003-06-13 07:51:33.000000000 -0700
-  Orig file: 
linux-2.4.20/drivers/hil/hil_ptr.c
-  Orig date: 
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/hil/hil_ptr.c linux-2.4.21/drivers/hil/hil_ptr.c
@@ -386,9 +386,9 @@
 
 
 struct serio_dev hil_ptr_serio_dev = {
-	connect: hil_ptr_connect,
-	disconnect: hil_ptr_disconnect,
-	interrupt: hil_ptr_interrupt
+	.connect =	hil_ptr_connect,
+	.disconnect =	hil_ptr_disconnect,
+	.interrupt =	hil_ptr_interrupt
 };
 
 static int __init hil_ptr_init(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)