Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / include / media / videobuf-vmalloc.h
index 851eb1a2ff2a802f5ebca553dc21e1134dc2992c..486a97efdb56e5024733ac244d1e9fd926ae6736 100644 (file)
@@ -22,7 +22,7 @@
 struct videobuf_vmalloc_memory {
        u32                 magic;
 
-       void                *vmalloc;
+       void                *vaddr;
 
        /* remap_vmalloc_range seems to need to run
         * after mmap() on some cases */
@@ -36,7 +36,8 @@ void videobuf_queue_vmalloc_init(struct videobuf_queue *q,
                         enum v4l2_buf_type type,
                         enum v4l2_field field,
                         unsigned int msize,
-                        void *priv);
+                        void *priv,
+                        struct mutex *ext_lock);
 
 void *videobuf_to_vmalloc(struct videobuf_buffer *buf);