[AGPGART] Fix modular agpgart ia64 allmodconfig
[safe/jmp/linux-2.6] / drivers / char / ds1302.c
index 625e8b5..bcdb107 100644 (file)
@@ -282,7 +282,7 @@ get_rtc_status(char *buf)
 
 /* The various file operations we support. */
 
-static struct file_operations rtc_fops = {
+static const struct file_operations rtc_fops = {
        .owner          = THIS_MODULE,
        .ioctl          = rtc_ioctl,
 };