[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / netrom / af_netrom.c
index 799b76806bc30c4b70541fadd1f8b608a1f398f9..bf9837dd95c4505642b99f93e9b96403d055685e 100644 (file)
@@ -1335,7 +1335,7 @@ static int nr_info_open(struct inode *inode, struct file *file)
        return seq_open(file, &nr_info_seqops);
 }
 
-static struct file_operations nr_info_fops = {
+static const struct file_operations nr_info_fops = {
        .owner = THIS_MODULE,
        .open = nr_info_open,
        .read = seq_read,
This page took 0.027534 seconds and 5 git commands to generate.