diff options
Diffstat (limited to 'drivers/media/usb/pwc/pwc-if.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c index c4454c928776..ff657644b6b3 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -707,7 +707,7 @@ static void stop_streaming(struct vb2_queue *vq) | |||
707 | mutex_unlock(&pdev->v4l2_lock); | 707 | mutex_unlock(&pdev->v4l2_lock); |
708 | } | 708 | } |
709 | 709 | ||
710 | static struct vb2_ops pwc_vb_queue_ops = { | 710 | static const struct vb2_ops pwc_vb_queue_ops = { |
711 | .queue_setup = queue_setup, | 711 | .queue_setup = queue_setup, |
712 | .buf_init = buffer_init, | 712 | .buf_init = buffer_init, |
713 | .buf_prepare = buffer_prepare, | 713 | .buf_prepare = buffer_prepare, |