tty: serial: msm: fix definition of msm_stop_dma
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 18:11:52 +0000 (19:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 17:23:54 +0000 (10:23 -0700)
commit9a3f5bf275e68b6651a2bc935beaac938cf27adc
tree936a805584f4d6f690c2b65142df4373c3bde9e7
parent30acf549ca1e81859a67590ab9ecfce3d1050a0b
tty: serial: msm: fix definition of msm_stop_dma

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 <ben.dooks@codethink.co.uk>
Acked-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/msm_serial.c