]> err.no Git - linux-2.6/blobdiff - drivers/isdn/i4l/isdn_common.c
[PATCH] mark struct file_operations const 3
[linux-2.6] / drivers / isdn / i4l / isdn_common.c
index 6a2ef0a87ed9a5143ba61a396cd35bdfd4908f68..9c926e41b1140fc463ca448960a7bec233b14f70 100644 (file)
@@ -1822,7 +1822,7 @@ isdn_close(struct inode *ino, struct file *filep)
        return 0;
 }
 
-static struct file_operations isdn_fops =
+static const struct file_operations isdn_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,