aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/proc.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2007-07-15 20:01:12 +0000
committerLinus Torvalds <[email protected]>2007-07-15 23:40:52 +0000
commitececfdee1cc287123149c801af201e41c7c3cc84 (patch)
tree8920c1ed712df4f2f04dc1f702b2cb1d56a7aa58 /net/atm/proc.c
parentfallout from Auke's pci ->revision patch (diff)
downloadkernel-ececfdee1cc287123149c801af201e41c7c3cc84.tar.gz
kernel-ececfdee1cc287123149c801af201e41c7c3cc84.zip
fallout from constified seq_operations
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/atm/proc.c')
-rw-r--r--net/atm/proc.c2
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)
}
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;