]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/ds1302.c
Input: keyboard - simplify emulate_raw() implementation
[linux-2.6-omap-h63xx.git] / drivers / char / ds1302.c
index 625e8b51700558e85856d35898caa5a2de7e8b86..bcdb107aa96726c59c5226aacbe65df4bd9f5788 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,
 };