aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-12-18 11:41:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-15 21:54:41 -0800
commita205a56dc24811a2879572e52c902a38425a4473 (patch)
tree6f44aa3b57cf9d33db30cc1f8f18c570d32c79bf /include/linux/serial_core.h
parentserial: avoid double free after call ioc4_serial_remove_one (diff)
downloadlinux-dev-a205a56dc24811a2879572e52c902a38425a4473.tar.xz
linux-dev-a205a56dc24811a2879572e52c902a38425a4473.zip
serial: Remove RM9000 series serial driver.
Now that support for RM9000 and platforms based on it has been removed, remove the serial driver for it as well. It's really only been a quirk for an almost 8250 compatible UART anyway. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> drivers/tty/serial/8250/8250.c | 70 +---------------------------------------- drivers/tty/serial/8250/Kconfig | 9 ------ include/linux/serial_core.h | 1 - 3 files changed, 1 insertion(+), 79 deletions(-) Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index a116daa13113..ec5df74c4506 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -136,7 +136,6 @@ struct uart_port {
#define UPIO_MEM32 (3)
#define UPIO_AU (4) /* Au1x00 type IO */
#define UPIO_TSI (5) /* Tsi108/109 type IO */
-#define UPIO_RM9000 (6) /* RM9000 type IO */
unsigned int read_status_mask; /* driver specific */
unsigned int ignore_status_mask; /* driver specific */