patch-2.4.21 linux-2.4.21/arch/ppc64/kernel/rtc.c
Next file: linux-2.4.21/arch/ppc64/kernel/scanlog.c
Previous file: linux-2.4.21/arch/ppc64/kernel/rtasd.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
2003-06-13 07:51:32.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc64/kernel/rtc.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.20/arch/ppc64/kernel/rtc.c linux-2.4.21/arch/ppc64/kernel/rtc.c
@@ -178,12 +178,12 @@
* The various file operations we support.
*/
static struct file_operations rtc_fops = {
- owner: THIS_MODULE,
- llseek: rtc_llseek,
- read: rtc_read,
- ioctl: rtc_ioctl,
- open: rtc_open,
- release: rtc_release,
+ .owner = THIS_MODULE,
+ .llseek = rtc_llseek,
+ .read = rtc_read,
+ .ioctl = rtc_ioctl,
+ .open = rtc_open,
+ .release = rtc_release,
};
static struct miscdevice rtc_dev=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)