dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma
authorVinod Koul <vkoul@kernel.org>
Fri, 22 Dec 2023 09:40:01 +0000 (15:10 +0530)
committerVinod Koul <vkoul@kernel.org>
Fri, 22 Dec 2023 15:47:52 +0000 (21:17 +0530)
commit3d0b2176e04261ab4ac095ff2a17db077fc1e46d
tree3f7af410c653dc2d64c800d64476e22630f208e9
parentbbcd7b588b0bf967f90df60fccd16c9c49b768ea
dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma

xdma_prep_interleaved_dma() was local to file but not declared static,
leading to warning:

drivers/dma/xilinx/xdma.c:729:1: warning: no previous prototype for 'xdma_prep_interleaved_dma' [-Wmissing-prototypes]
  729 | xdma_prep_interleaved_dma(struct dma_chan *chan

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20231222094001.731889-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xdma.c