Re: [PATCH 4.15 000/128] 4.15.11-stable review

From: Greg Kroah-Hartman
Date: Sun Mar 18 2018 - 06:26:36 EST


On Sat, Mar 17, 2018 at 01:06:21AM +0530, Naresh Kamboju wrote:
> > Peter Ujfalusi <peter.ujfalusi@xxxxxx>
> > dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free
>
> arm and arm64 build broken due to this patch for 4.15 and 4.14
>
> drivers/dma/bcm2835-dma.c:815:3: error: implicit declaration of function
> 'vchan_terminate_vdesc' [-Werror=implicit-function-declaration]
> vchan_terminate_vdesc(&c->desc->vd);
> ^
> cc1: some warnings being treated as errors

Should now be resolved, thanks.

greg k-h