Merge tag 'v4.8' into patchwork
[cascardo/linux.git] / drivers / media / usb / em28xx / em28xx-video.c
index 7968695..1f7fa05 100644 (file)
@@ -1204,7 +1204,7 @@ buffer_queue(struct vb2_buffer *vb)
        spin_unlock_irqrestore(&dev->slock, flags);
 }
 
-static struct vb2_ops em28xx_video_qops = {
+static const struct vb2_ops em28xx_video_qops = {
        .queue_setup    = queue_setup,
        .buf_prepare    = buffer_prepare,
        .buf_queue      = buffer_queue,