[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / i2c / chips / tps65010.c
index 4ee56def61f277cd019001dd9ffb434053f59f38..214fbb1423c5ba357adda0fa1cd14b1492aa5414 100644 (file)
@@ -308,7 +308,7 @@ static int dbg_tps_open(struct inode *inode, struct file *file)
        return single_open(file, dbg_show, inode->i_private);
 }
 
-static struct file_operations debug_fops = {
+static const struct file_operations debug_fops = {
        .open           = dbg_tps_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
This page took 0.028543 seconds and 5 git commands to generate.