From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41606 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092AbeCRK0r (ORCPT ); Sun, 18 Mar 2018 06:26:47 -0400 Date: Sun, 18 Mar 2018 11:26:46 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , Linus Torvalds , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , peter.ujfalusi@ti.com Subject: Re: [PATCH 4.14 000/109] 4.14.28-stable review Message-ID: <20180318102646.GD32470@kroah.com> References: <20180316152329.844663293@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Sat, Mar 17, 2018 at 01:10:28AM +0530, Naresh Kamboju wrote: > On 16 March 2018 at 20:52, Greg Kroah-Hartman > wrote: > > Peter Ujfalusi > > 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