patch-2.4.21 linux-2.4.21/drivers/hil/hp_sdc.c
Next file: linux-2.4.21/drivers/hil/hp_sdc_rtc.c
Previous file: linux-2.4.21/drivers/hil/hilkbd.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
2003-06-13 07:51:33.000000000 -0700
- Orig file:
linux-2.4.20/drivers/hil/hp_sdc.c
- Orig date:
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/hil/hp_sdc.c linux-2.4.21/drivers/hil/hp_sdc.c
@@ -745,10 +745,10 @@
static struct parisc_device_id hp_sdc_tbl[] = {
{
- hw_type: HPHW_FIO,
- hversion_rev: HVERSION_REV_ANY_ID,
- hversion: HVERSION_ANY_ID,
- sversion: 0x73,
+ .hw_type = HPHW_FIO,
+ .hversion_rev = HVERSION_REV_ANY_ID,
+ .hversion = HVERSION_ANY_ID,
+ .sversion = 0x73,
},
{ 0, }
};
@@ -758,9 +758,9 @@
static int __init hp_sdc_init(struct parisc_device *d);
static struct parisc_driver hp_sdc_driver = {
- name: "HP SDC",
- id_table: hp_sdc_tbl,
- probe: hp_sdc_init,
+ .name = "HP SDC",
+ .id_table = hp_sdc_tbl,
+ .probe = hp_sdc_init,
};
static int __init hp_sdc_init(struct parisc_device *d)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)