V4L/DVB (13377): make struct videobuf_queue_ops constant
[deliverable/linux.git] / drivers / media / video / videobuf-dma-sg.c
index a583d394696e05dcb1a22feaf1bd35f0a8b63f68..fa78555b118bddc20948836e3d4fae5bd5a7e91a 100644 (file)
@@ -702,7 +702,7 @@ void *videobuf_sg_alloc(size_t size)
 }
 
 void videobuf_queue_sg_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,
This page took 0.025383 seconds and 5 git commands to generate.