diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-15 16:01:12 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:40:52 -0400 |
| commit | ececfdee1cc287123149c801af201e41c7c3cc84 (patch) | |
| tree | 8920c1ed712df4f2f04dc1f702b2cb1d56a7aa58 | |
| parent | 8ca7ee6bcc542395cc68202d319a0404ad92b41d (diff) | |
fallout from constified seq_operations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | net/atm/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/proc.c b/net/atm/proc.c index 88154da62cd3..99fc1fe950ee 100644 --- a/net/atm/proc.c +++ b/net/atm/proc.c | |||
| @@ -110,7 +110,7 @@ static inline void *vcc_walk(struct vcc_state *state, loff_t l) | |||
| 110 | } | 110 | } |
| 111 | 111 | ||
| 112 | static int __vcc_seq_open(struct inode *inode, struct file *file, | 112 | static int __vcc_seq_open(struct inode *inode, struct file *file, |
| 113 | int family, struct seq_operations *ops) | 113 | int family, const struct seq_operations *ops) |
| 114 | { | 114 | { |
| 115 | struct vcc_state *state; | 115 | struct vcc_state *state; |
| 116 | struct seq_file *seq; | 116 | struct seq_file *seq; |
