aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-09-01 15:56:26 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-01 15:56:26 +0100
commitbc49a661e6e82bfa8219c3d0a2e4dea51c847d23 (patch)
tree96788588be2c9a6ce4d39d4b54bde7c03e93ce5a /drivers
parentf8dd49fa054814f365fcff8d72ca47e8afda9743 (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')
-rw-r--r--drivers/serial/8250.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/serial/8250.h b/drivers/serial/8250.h
index 9225c82faeb..b1b459efda5 100644
--- a/drivers/serial/8250.h
+++ b/drivers/serial/8250.h
@@ -16,11 +16,7 @@
*/
#include <linux/config.h>
-
-int serial8250_register_port(struct uart_port *);
-void serial8250_unregister_port(int line);
-void serial8250_suspend_port(int line);
-void serial8250_resume_port(int line);
+#include <linux/serial_8250.h>
struct old_serial_port {
unsigned int uart;