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

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)