V4L/DVB: v4l videobuf: remove mmap_free callback
[safe/jmp/linux-2.6] / include / media / videobuf-core.h
index b1f7bf4..345ec5a 100644 (file)
@@ -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,
@@ -148,7 +144,6 @@ struct videobuf_qtype_ops {
                                 size_t pos,
                                 int vbihack,
                                 int nonblocking);
-       int (*mmap_free)        (struct videobuf_queue *q);
        int (*mmap_mapper)      (struct videobuf_queue *q,
                                struct vm_area_struct *vma);
 };