[PATCH] mark struct file_operations const 5
[deliverable/linux.git] / drivers / s390 / char / tape_proc.c
index 655d375ab22bc626fdc9ad3aba7197dcd2b9e736..cea49f001f89cbea1fadc0c541e0f08b2d888491 100644 (file)
@@ -109,7 +109,7 @@ static int tape_proc_open(struct inode *inode, struct file *file)
        return seq_open(file, &tape_proc_seq);
 }
 
-static struct file_operations tape_proc_ops =
+static const struct file_operations tape_proc_ops =
 {
        .open           = tape_proc_open,
        .read           = seq_read,
This page took 0.025252 seconds and 5 git commands to generate.