[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / net / wireless / strip.c
index ce3a8ba..f5ce1c6 100644 (file)
@@ -1160,7 +1160,7 @@ static int strip_seq_open(struct inode *inode, struct file *file)
        return seq_open(file, &strip_seq_ops);
 }
 
-static struct file_operations strip_seq_fops = {
+static const struct file_operations strip_seq_fops = {
        .owner   = THIS_MODULE,
        .open    = strip_seq_open,
        .read    = seq_read,