aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/serial_8250.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-07-12 12:59:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-12 14:46:22 -0700
commit2655a2c76f80d91da34faa8f4e114d1793435ed3 (patch)
treea8bdc6b4a9b18bbc77da738f1b71000c978a4636 /include/linux/serial_8250.h
parentusb: fix sillies in the metro USB driver (diff)
downloadwireguard-linux-2655a2c76f80d91da34faa8f4e114d1793435ed3.tar.xz
wireguard-linux-2655a2c76f80d91da34faa8f4e114d1793435ed3.zip
8250: use the 8250 register interface not the legacy one
The old interface just copies bits over and calls the newer one. In addition we can now pass more information. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serial_8250.h')
-rw-r--r--include/linux/serial_8250.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h
index a416e92012ef..f41dcc949218 100644
--- a/include/linux/serial_8250.h
+++ b/include/linux/serial_8250.h
@@ -69,7 +69,6 @@ struct uart_port;
struct uart_8250_port;
int serial8250_register_8250_port(struct uart_8250_port *);
-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);