]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/media/video/videobuf-core.c
V4L/DVB (13377): make struct videobuf_queue_ops constant
[linux-beck.git] / drivers / media / video / videobuf-core.c
index a96b08d3df5a853c5f5c15fac86f54c70bf6e157..136bc3496c87484461aef493dab90b66f6f7afe2 100644 (file)
@@ -110,7 +110,7 @@ EXPORT_SYMBOL_GPL(videobuf_queue_to_vmalloc);
 
 
 void videobuf_queue_core_init(struct videobuf_queue *q,
-                        struct videobuf_queue_ops *ops,
+                        const struct videobuf_queue_ops *ops,
                         struct device *dev,
                         spinlock_t *irqlock,
                         enum v4l2_buf_type type,