]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/m68k/bvme6000/rtc.c
[PATCH] mark struct file_operations const 2
[mirror_ubuntu-artful-kernel.git] / arch / m68k / bvme6000 / rtc.c
index 15c16b62dff5cf604c029ff34f59fbe281f07476..a812d03879f891b8e69501f13b2c410ae7241b01 100644 (file)
@@ -159,7 +159,7 @@ static int rtc_release(struct inode *inode, struct file *file)
  *     The various file operations we support.
  */
 
-static struct file_operations rtc_fops = {
+static const struct file_operations rtc_fops = {
        .ioctl =        rtc_ioctl,
        .open =         rtc_open,
        .release =      rtc_release,