[PATCH] tty: serial: msm: fix definition of msm_stop_dma
From: Andy Gross <hidden>
Date: 2016-06-09 19:21:05
Also in:
linux-arm-msm, linux-serial
From: Andy Gross <hidden>
Date: 2016-06-09 19:21:05
Also in:
linux-arm-msm, linux-serial
On Tue, Jun 07, 2016 at 07:11:52PM +0100, 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 <redacted>
Good find. Acked-by: Andy Gross <redacted>