diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-01 10:56:26 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-01 10:56:26 -0400 |
commit | bc49a661e6e82bfa8219c3d0a2e4dea51c847d23 (patch) | |
tree | 96788588be2c9a6ce4d39d4b54bde7c03e93ce5a /drivers/serial/8250.h | |
parent | f8dd49fa054814f365fcff8d72ca47e8afda9743 (diff) |
[SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/8250.h')
-rw-r--r-- | drivers/serial/8250.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/serial/8250.h b/drivers/serial/8250.h index 9225c82faeb8..b1b459efda52 100644 --- a/drivers/serial/8250.h +++ b/drivers/serial/8250.h | |||
@@ -16,11 +16,7 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include <linux/config.h> | 18 | #include <linux/config.h> |
19 | 19 | #include <linux/serial_8250.h> | |
20 | int serial8250_register_port(struct uart_port *); | ||
21 | void serial8250_unregister_port(int line); | ||
22 | void serial8250_suspend_port(int line); | ||
23 | void serial8250_resume_port(int line); | ||
24 | 20 | ||
25 | struct old_serial_port { | 21 | struct old_serial_port { |
26 | unsigned int uart; | 22 | unsigned int uart; |