On Sat, Mar 17, 2018 at 01:10:28AM +0530, Naresh Kamboju wrote: > On 16 March 2018 at 20:52, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> 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.14 and 4.15 > > 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 > > FYI, build using GCCVERSION = "linaro-6.2" Should now be resolved, thanks. greg k-h