summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2005-03-24 11:34:14 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2005-03-24 11:34:14 +0000
commitdcadb85fee284ebf78de755362613a3693a0451e (patch)
treebc5d8385655414044adac096b2d305f51a84b305 /include/linux/serial_core.h
parentbeb44089f1adb0e634caeb7c352e77b608a76d99 (diff)
[SERIAL] Allow drivers to use uart_match_port
This removes the duplicate of uart_match_port in 8250.c Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 1 insertions, 0 deletions
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