Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28264eb6 authored by Thierry Reding's avatar Thierry Reding Committed by Greg Kroah-Hartman
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d1f98150
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ struct of_serial_info {
};
};


#ifdef CONFIG_ARCH_TEGRA
#ifdef CONFIG_ARCH_TEGRA
void tegra_serial_handle_break(struct uart_port *p)
static void tegra_serial_handle_break(struct uart_port *p)
{
{
	unsigned int status, tmout = 10000;
	unsigned int status, tmout = 10000;