commit | ececfdee1cc287123149c801af201e41c7c3cc84 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Jul 15 21:01:12 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Jul 15 16:40:52 2007 -0700 |
tree | 8920c1ed712df4f2f04dc1f702b2cb1d56a7aa58 | |
parent | 8ca7ee6bcc542395cc68202d319a0404ad92b41d [diff] [blame] |
fallout from constified seq_operations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/net/atm/proc.c b/net/atm/proc.c index 88154da..99fc1fe 100644 --- a/net/atm/proc.c +++ b/net/atm/proc.c
@@ -110,7 +110,7 @@ } 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;