[PATCH] mark struct file_operations const 4
[safe/jmp/linux-2.6] / drivers / media / radio / radio-trust.c
index bb03ad5..6d7f1e7 100644 (file)
@@ -325,7 +325,7 @@ static int tr_ioctl(struct inode *inode, struct file *file,
        return video_usercopy(inode, file, cmd, arg, tr_do_ioctl);
 }
 
-static struct file_operations trust_fops = {
+static const struct file_operations trust_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,