diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2005-03-24 11:34:14 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2005-03-24 11:34:14 +0000 |
| commit | dcadb85fee284ebf78de755362613a3693a0451e (patch) | |
| tree | bc5d8385655414044adac096b2d305f51a84b305 /include/linux | |
| parent | beb44089f1adb0e634caeb7c352e77b608a76d99 (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')
| -rw-r--r-- | include/linux/serial_core.h | 1 |
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 |
