[PATCH] mark struct file_operations const 7
[safe/jmp/linux-2.6] / net / core / dev_mcast.c
index bfcbdf7..c4e754e 100644 (file)
@@ -277,7 +277,7 @@ static int dev_mc_seq_open(struct inode *inode, struct file *file)
        return seq_open(file, &dev_mc_seq_ops);
 }
 
-static struct file_operations dev_mc_seq_fops = {
+static const struct file_operations dev_mc_seq_fops = {
        .owner   = THIS_MODULE,
        .open    = dev_mc_seq_open,
        .read    = seq_read,