diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2016-06-07 20:06:11 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-25 23:01:57 +0200 |
commit | 3548e45c71881eb6c9d324f04ae32b28ce7439e9 (patch) | |
tree | 7b6d4381070f70e93530a5dad648e5e8e5f42e5e /drivers/tty/serial/samsung.h | |
parent | serial: mps2-uart: make driver explicitly non-modular (diff) | |
download | linux-3548e45c71881eb6c9d324f04ae32b28ce7439e9.tar.xz linux-3548e45c71881eb6c9d324f04ae32b28ce7439e9.zip |
serial: sirf: make fifo functions static
The fifo mask functions should be static as they are not
used outside of the driver. Fix the following warnings by
making them static:
drivers/tty/serial/sirfsoc_uart.h:109:5: warning: symbol 'uart_usp_ff_full_mask' was not declared. Should it be static?
drivers/tty/serial/sirfsoc_uart.h:117:5: warning: symbol 'uart_usp_ff_empty_mask' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/samsung.h')
0 files changed, 0 insertions, 0 deletions