mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-30 07:37:49 +00:00
fallout from constified seq_operations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8ca7ee6bcc
commit
ececfdee1c
@ -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,
|
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 vcc_state *state;
|
||||||
struct seq_file *seq;
|
struct seq_file *seq;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user