[PATCH] mark struct file_operations const 4
[safe/jmp/linux-2.6] / drivers / media / radio / radio-aztech.c
index 3ba5fa8..19d45cc 100644 (file)
@@ -314,7 +314,7 @@ static int az_ioctl(struct inode *inode, struct file *file,
 
 static struct az_device aztech_unit;
 
-static struct file_operations aztech_fops = {
+static const struct file_operations aztech_fops = {
        .owner          = THIS_MODULE,
        .open           = video_exclusive_open,
        .release        = video_exclusive_release,