aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/videobuf-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/videobuf-core.h')
-rw-r--r--include/media/videobuf-core.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index f73e297e3735..821a530f4957 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -134,16 +134,6 @@ struct videobuf_qtype_ops {
134 struct v4l2_framebuffer *fbuf); 134 struct v4l2_framebuffer *fbuf);
135 int (*sync) (struct videobuf_queue *q, 135 int (*sync) (struct videobuf_queue *q,
136 struct videobuf_buffer *buf); 136 struct videobuf_buffer *buf);
137 int (*video_copy_to_user)(struct videobuf_queue *q,
138 char __user *data,
139 size_t count,
140 int nonblocking);
141 int (*copy_stream) (struct videobuf_queue *q,
142 char __user *data,
143 size_t count,
144 size_t pos,
145 int vbihack,
146 int nonblocking);
147 int (*mmap_mapper) (struct videobuf_queue *q, 137 int (*mmap_mapper) (struct videobuf_queue *q,
148 struct vm_area_struct *vma); 138 struct vm_area_struct *vma);
149}; 139};