]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/ds1302.c
[PATCH] make more file_operation structs static
[karo-tx-linux.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,
 };