From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] tty: serial: msm: fix definition of msm_stop_dma Date: Tue, 7 Jun 2016 16:07:58 -0700 Message-ID: <20160607230758.GZ28218@codeaurora.org> References: <1465323112-32366-1-git-send-email-ben.dooks@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1465323112-32366-1-git-send-email-ben.dooks@codethink.co.uk> Sender: linux-arm-msm-owner@vger.kernel.org To: Ben Dooks Cc: linux-kernel@lists.codethink.co.uk, Andy Gross , David Brown , Greg Kroah-Hartman , Jiri Slaby , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On 06/07, Ben Dooks wrote: > The msm_stop_dma() is not exported from the driver, so make > it static to stop the following warning: > > drivers/tty/serial/msm_serial.c:84:6: warning: symbol 'msm_stop_dma' was not declared. Should it be static? > > Signed-off-by: Ben Dooks > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project