[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / vc_screen.c
index 45e9bd81bc0ed2cb4cdf8d8ee6407cfac7696cb5..a9247b5213d58e10708cef11b85892ccc8cb6a68 100644 (file)
@@ -465,7 +465,7 @@ vcs_open(struct inode *inode, struct file *filp)
        return 0;
 }
 
-static struct file_operations vcs_fops = {
+static const struct file_operations vcs_fops = {
        .llseek         = vcs_lseek,
        .read           = vcs_read,
        .write          = vcs_write,
This page took 0.025341 seconds and 5 git commands to generate.