[PATCH] mark struct file_operations const 6
[safe/jmp/linux-2.6] / drivers / scsi / ch.c
index f6caa43..d02759f 100644 (file)
@@ -129,7 +129,7 @@ static struct scsi_driver ch_template =
        },
 };
 
-static struct file_operations changer_fops =
+static const struct file_operations changer_fops =
 {
        .owner        = THIS_MODULE,
        .open         = ch_open,