Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ececfdee1cc287123149c801af201e41c7c3cc84
Commit: ececfdee1cc287123149c801af201e41c7c3cc84
Parent: 8ca7ee6bcc542395cc68202d319a0404ad92b41d
Author: Al Viro <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 15 21:01:12 2007 +0100
Committer: Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Jul 15 16:40:52 2007 -0700
fallout from constified seq_operations
Signed-off-by: Al Viro <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
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 88154da..99fc1fe 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html