Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3f92e8e authored by kbuild test robot's avatar kbuild test robot Committed by Vinod Koul
Browse files

dmaengine: xgene_dma_init_ring_mngr() can be static

parent fe90ced9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1623,7 +1623,7 @@ static void xgene_dma_init_hw(struct xgene_dma *pdma)
		 XGENE_DMA_DEV_ID_RD(val), XGENE_DMA_MAX_CHANNEL);
}

int xgene_dma_init_ring_mngr(struct xgene_dma *pdma)
static int xgene_dma_init_ring_mngr(struct xgene_dma *pdma)
{
	if (ioread32(pdma->csr_ring + XGENE_DMA_RING_CLKEN) &&
	    (!ioread32(pdma->csr_ring + XGENE_DMA_RING_SRST)))