aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2010-03-28 06:34:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-19 11:57:50 -0400
commit33435167e6dc9e23a97a494cec6b8ca47f8ded75 (patch)
tree13da6e54092bbc66bfc92c82e88a6307906e3b04 /include/media
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')
-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 b1f7bf423fd3..3896e29a652d 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -132,10 +132,6 @@ struct videobuf_qtype_ops {
132 int (*iolock) (struct videobuf_queue *q, 132 int (*iolock) (struct videobuf_queue *q,
133 struct videobuf_buffer *vb, 133 struct videobuf_buffer *vb,
134 struct v4l2_framebuffer *fbuf); 134 struct v4l2_framebuffer *fbuf);
135 int (*mmap) (struct videobuf_queue *q,
136 unsigned int *count,
137 unsigned int *size,
138 enum v4l2_memory memory);
139 int (*sync) (struct videobuf_queue *q, 135 int (*sync) (struct videobuf_queue *q,
140 struct videobuf_buffer *buf); 136 struct videobuf_buffer *buf);
141 int (*video_copy_to_user)(struct videobuf_queue *q, 137 int (*video_copy_to_user)(struct videobuf_queue *q,