media: video-i2c: hwmon: constify vb2_ops structure
[linux-2.6-block.git] / drivers / media / i2c / video-i2c.c
index dff218ce0f964e6740ed124d0af1f87cce0108f4..8f1aea2817158b8d6eba260611222ce9e07c690a 100644 (file)
@@ -378,7 +378,7 @@ static void stop_streaming(struct vb2_queue *vq)
        video_i2c_del_list(vq, VB2_BUF_STATE_ERROR);
 }
 
-static struct vb2_ops video_i2c_video_qops = {
+static const struct vb2_ops video_i2c_video_qops = {
        .queue_setup            = queue_setup,
        .buf_prepare            = buffer_prepare,
        .buf_queue              = buffer_queue,