|
@@ -500,7 +500,7 @@ static int vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf,
|
|
|
return vb2_dma_sg_mmap(dbuf->priv, vma);
|
|
|
}
|
|
|
|
|
|
-static struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
|
|
|
+static const struct dma_buf_ops vb2_dma_sg_dmabuf_ops = {
|
|
|
.attach = vb2_dma_sg_dmabuf_ops_attach,
|
|
|
.detach = vb2_dma_sg_dmabuf_ops_detach,
|
|
|
.map_dma_buf = vb2_dma_sg_dmabuf_ops_map,
|