• J
    serial: mfd: Staticize local symbols · 9baaa674
    Jingoo Han 提交于
    These local symbols are used only in this file.
    Fix the following sparse warnings:
    
    drivers/tty/serial/mfd.c:296:6: warning: symbol 'hsu_dma_tx' was not declared. Should it be static?
    drivers/tty/serial/mfd.c:343:6: warning: symbol 'hsu_dma_start_rx_chan' was not declared. Should it be static?
    drivers/tty/serial/mfd.c:389:6: warning: symbol 'hsu_dma_rx' was not declared. Should it be static?
    drivers/tty/serial/mfd.c:1186:17: warning: symbol 'serial_hsu_pops' was not declared. Should it be static?
    Signed-off-by: NJingoo Han <jg1.han@samsung.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    9baaa674
mfd.c 36.5 KB