]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/media/radio/radio-zoltrix.c
[PATCH] mark struct file_operations const 4
[mirror_ubuntu-zesty-kernel.git] / drivers / media / radio / radio-zoltrix.c
index 671fe1b1e5bcec6a028c71804699db75dfb976d4..ec08491fb7c54dc509c91d9249c771c4b62f7c15 100644 (file)
@@ -373,7 +373,7 @@ static int zol_ioctl(struct inode *inode, struct file *file,
 
 static struct zol_device zoltrix_unit;
 
-static struct file_operations zoltrix_fops =
+static const struct file_operations zoltrix_fops =
 {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,