V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core
[firefly-linux-kernel-4.4.55.git] / include / media / videobuf-core.h
index f73e297e373526c1bce8c7e51d752f35abb1a8a4..821a530f4957024bbbafd94b78a40d62eac4976c 100644 (file)
@@ -134,16 +134,6 @@ struct videobuf_qtype_ops {
                                 struct v4l2_framebuffer *fbuf);
        int (*sync)             (struct videobuf_queue *q,
                                 struct videobuf_buffer *buf);
-       int (*video_copy_to_user)(struct videobuf_queue *q,
-                                char __user *data,
-                                size_t count,
-                                int nonblocking);
-       int (*copy_stream)      (struct videobuf_queue *q,
-                                char __user *data,
-                                size_t count,
-                                size_t pos,
-                                int vbihack,
-                                int nonblocking);
        int (*mmap_mapper)      (struct videobuf_queue *q,
                                struct vm_area_struct *vma);
 };