vc->curr_bufs[pb] = NULL;
 }
 
-const struct tw686x_dma_ops memcpy_dma_ops = {
+static const struct tw686x_dma_ops memcpy_dma_ops = {
        .alloc          = tw686x_memcpy_dma_alloc,
        .free           = tw686x_memcpy_dma_free,
        .buf_refill     = tw686x_memcpy_buf_refill,
        vc->curr_bufs[pb] = NULL;
 }
 
-const struct tw686x_dma_ops contig_dma_ops = {
+static const struct tw686x_dma_ops contig_dma_ops = {
        .buf_refill     = tw686x_contig_buf_refill,
        .mem_ops        = &vb2_dma_contig_memops,
        .hw_dma_mode    = TW686X_FRAME_MODE,
        return 0;
 }
 
-const struct tw686x_dma_ops sg_dma_ops = {
+static const struct tw686x_dma_ops sg_dma_ops = {
        .setup          = tw686x_sg_setup,
        .alloc          = tw686x_sg_dma_alloc,
        .free           = tw686x_sg_dma_free,