serial: 8250: of: Make tegra_serial_handle_break() static
authorThierry Reding <treding@nvidia.com>
Thu, 28 Apr 2016 12:47:24 +0000 (14:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 16:26:55 +0000 (09:26 -0700)
commit28264eb6c36e267aad0e6cfb353ad1e7920ac87b
treeea16bb934bd0910f627e888162c8514ec970a20a
parentd1f981506b38933e9ba4cfe01ae98bcd5d3792f9
serial: 8250: of: Make tegra_serial_handle_break() static

This function is not used outside the file, so it can be static.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c