serial: sirf: make fifo functions static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 18:06:11 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 21:01:57 +0000 (14:01 -0700)
commit3548e45c71881eb6c9d324f04ae32b28ce7439e9
tree7b6d4381070f70e93530a5dad648e5e8e5f42e5e
parentce87122911f8db59d3c2bc355c694c7a38940804
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>
drivers/tty/serial/sirfsoc_uart.h