patch-2.4.21 linux-2.4.21/drivers/hil/hp_sdc_rtc.c
Next file: linux-2.4.21/drivers/hotplug/Makefile
Previous file: linux-2.4.21/drivers/hil/hp_sdc.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
2003-06-13 07:51:33.000000000 -0700
- Orig file:
linux-2.4.20/drivers/hil/hp_sdc_rtc.c
- Orig date:
2002-11-28 15:53:12.000000000 -0800
diff -urN linux-2.4.20/drivers/hil/hp_sdc_rtc.c linux-2.4.21/drivers/hil/hp_sdc_rtc.c
@@ -674,20 +674,20 @@
}
static struct file_operations hp_sdc_rtc_fops = {
- owner: THIS_MODULE,
- llseek: hp_sdc_rtc_llseek,
- read: hp_sdc_rtc_read,
- poll: hp_sdc_rtc_poll,
- ioctl: hp_sdc_rtc_ioctl,
- open: hp_sdc_rtc_open,
- release: hp_sdc_rtc_release,
- fasync: hp_sdc_rtc_fasync,
+ .owner = THIS_MODULE,
+ .llseek = hp_sdc_rtc_llseek,
+ .read = hp_sdc_rtc_read,
+ .poll = hp_sdc_rtc_poll,
+ .ioctl = hp_sdc_rtc_ioctl,
+ .open = hp_sdc_rtc_open,
+ .release = hp_sdc_rtc_release,
+ .fasync = hp_sdc_rtc_fasync,
};
static struct miscdevice hp_sdc_rtc_dev = {
- minor: RTC_MINOR,
- name: "rtc",
- fops: &hp_sdc_rtc_fops
+ .minor = RTC_MINOR,
+ .name = "rtc",
+ .fops = &hp_sdc_rtc_fops
};
static int __init hp_sdc_rtc_init(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)