[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / rose / af_rose.c
index 7a81a8ee8544731a4600d00d8eb91852c06aa6fd..8c34f1ca6c8c8eb8486d084bbd1e17eb6eca224c 100644 (file)
@@ -1440,7 +1440,7 @@ static int rose_info_open(struct inode *inode, struct file *file)
        return seq_open(file, &rose_info_seqops);
 }
 
-static struct file_operations rose_info_fops = {
+static const struct file_operations rose_info_fops = {
        .owner = THIS_MODULE,
        .open = rose_info_open,
        .read = seq_read,
This page took 0.025795 seconds and 5 git commands to generate.