summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-10-11 00:47:18 -0700
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-11 00:47:18 -0700
commit7f17cff10f65dcedee301bcf9cf8163ec2528588 (patch)
tree28f515c5960006997b29721d287484c8be61ef08 /linux/include
parentfe31bcb9f3e7705804f813000ab9fdc74b64754e (diff)
downloadmediapointer-dvb-s2-7f17cff10f65dcedee301bcf9cf8163ec2528588.tar.gz
mediapointer-dvb-s2-7f17cff10f65dcedee301bcf9cf8163ec2528588.tar.bz2
git-dvb: rename videobuf_qtype_ops.copy_to_user()
From: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/media/videobuf-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/media/videobuf-core.h b/linux/include/media/videobuf-core.h
index 43b4d5138..7c30f39ca 100644
--- a/linux/include/media/videobuf-core.h
+++ b/linux/include/media/videobuf-core.h
@@ -133,7 +133,7 @@ struct videobuf_qtype_ops {
enum v4l2_memory memory);
int (*sync) (struct videobuf_queue* q,
struct videobuf_buffer *buf);
- int (*copy_to_user) (struct videobuf_queue *q,
+ int (*copy_user) (struct videobuf_queue *q,
char __user *data,
size_t count,
int nonblocking);