From dcadb85fee284ebf78de755362613a3693a0451e Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 24 Mar 2005 11:34:14 +0000 Subject: [SERIAL] Allow drivers to use uart_match_port This removes the duplicate of uart_match_port in 8250.c Signed-off-by: Russell King --- include/linux/serial_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index b71f1e8c31af..a456436aabb3 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -357,6 +357,7 @@ void uart_unregister_port(struct uart_driver *reg, int line); int uart_register_port(struct uart_driver *reg, struct uart_port *port); int uart_add_one_port(struct uart_driver *reg, struct uart_port *port); int uart_remove_one_port(struct uart_driver *reg, struct uart_port *port); +int uart_match_port(struct uart_port *port1, struct uart_port *port2); /* * Power Management -- cgit v1.2.3