]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/media/radio/radio-sf16fmr2.c
[PATCH] mark struct file_operations const 4
[mirror_ubuntu-zesty-kernel.git] / drivers / media / radio / radio-sf16fmr2.c
index 4444dce864a932ddeaad7ec8790ca42354d5c9bd..b96fafe1f9da21407c647aab4862caf87f3e64ee 100644 (file)
@@ -410,7 +410,7 @@ static int fmr2_ioctl(struct inode *inode, struct file *file,
 
 static struct fmr2_device fmr2_unit;
 
-static struct file_operations fmr2_fops = {
+static const struct file_operations fmr2_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,