serial: 8250: of: Make tegra_serial_handle_break() static
[cascardo/linux.git] / drivers / tty / serial / 8250 / 8250_of.c
index c7ed3d2..38963d7 100644 (file)
@@ -29,7 +29,7 @@ struct of_serial_info {
 };
 
 #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;