[PATCH] mark struct file_operations const 7
[linux-block.git] / net / 802 / tr.c
index 31509f613401a3a788cdce2677ef97f0facba94a..96bd14452c55826fb1875e1b59dbd3ac691e2b58 100644 (file)
@@ -576,7 +576,7 @@ static int rif_seq_open(struct inode *inode, struct file *file)
        return seq_open(file, &rif_seq_ops);
 }
 
-static struct file_operations rif_seq_fops = {
+static const struct file_operations rif_seq_fops = {
        .owner   = THIS_MODULE,
        .open    = rif_seq_open,
        .read    = seq_read,