Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ececfdee authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

fallout from constified seq_operations

parent 8ca7ee6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ static inline void *vcc_walk(struct vcc_state *state, loff_t l)
}

static int __vcc_seq_open(struct inode *inode, struct file *file,
	int family, struct seq_operations *ops)
	int family, const struct seq_operations *ops)
{
	struct vcc_state *state;
	struct seq_file *seq;