patch-2.4.21 linux-2.4.21/drivers/hil/hilkbd.c
Next file: linux-2.4.21/drivers/hil/hp_sdc.c
Previous file: linux-2.4.21/drivers/hil/hil_ptr.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/hilkbd.c
-  Orig date: 
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/hil/hilkbd.c linux-2.4.21/drivers/hil/hilkbd.c
@@ -348,9 +348,9 @@
 MODULE_DEVICE_TABLE(parisc, hil_tbl);
 
 static struct parisc_driver hil_driver = {
-	name:		"HIL",
-	id_table:	hil_tbl,
-	probe:		hil_init_chip,
+	.name =		"HIL",
+	.id_table =	hil_tbl,
+	.probe =	hil_init_chip,
 };
 #endif /* CONFIG_PARISC */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)