Re: linux-next: build warning after merge of the dmaengine tree

From: Vinod Koul
Date: Fri Dec 22 2023 - 04:45:15 EST


On 22-12-23, 14:29, Stephen Rothwell wrote:
> Hi all,
>
> After merging the dmaengine tree, today's linux-next build (x86_64
> allmodconfig) produced this 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,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
>
> Introduced by commit
>
> 01e6d9076561 ("dmaengine: xilinx: xdma: Implement interleaved DMA transfers")
>
> It should probably be static.

Right, fixed and sent the patch

https://lore.kernel.org/all/20231222094001.731889-1-vkoul@xxxxxxxxxx/

Thanks for the report

--
~Vinod