aboutsummaryrefslogtreecommitdiff
path: root/include/media/videobuf-core.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-28 07:34:18 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 12:57:50 -0300
commit33435167e6dc9e23a97a494cec6b8ca47f8ded75 (patch)
tree13da6e54092bbc66bfc92c82e88a6307906e3b04 /include/media/videobuf-core.h
parentc590402becc6e3c55fee14c7c18a796c91a4bc4f (diff)
V4L/DVB: v4l videobuf: remove unused mmap callback
The mmap callback in struct videobuf_qtype_ops is never used. Remove. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/videobuf-core.h')
-rw-r--r--include/media/videobuf-core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index b1f7bf423fd..3896e29a652 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -132,10 +132,6 @@ struct videobuf_qtype_ops {
int (*iolock) (struct videobuf_queue *q,
struct videobuf_buffer *vb,
struct v4l2_framebuffer *fbuf);
- int (*mmap) (struct videobuf_queue *q,
- unsigned int *count,
- unsigned int *size,
- enum v4l2_memory memory);
int (*sync) (struct videobuf_queue *q,
struct videobuf_buffer *buf);
int (*video_copy_to_user)(struct videobuf_queue *q,