aboutsummaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-08-15 10:17:55 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 10:53:00 -0700
commit4834d028978583dfe8e1fc19f1180ceb03d8dfb7 (patch)
tree2a0be0a9144d49f7d03d173e3e8fca2f3e1e8a50 /include/linux/serial_core.h
parent03972fc21410907fa20d1442c4b073f034423d5c (diff)
tty: serial8250: remove UPIO_DWAPB{,32}
Now that platforms can override the port IRQ handler and the only user of these UPIO modes has been converted over, kill off UPIO_DWAPB and UPIO_DWAPB32. Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index c31ae43c073..493773e3b46 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -318,9 +318,7 @@ struct uart_port {
#define UPIO_MEM32 (3)
#define UPIO_AU (4) /* Au1x00 type IO */
#define UPIO_TSI (5) /* Tsi108/109 type IO */
-#define UPIO_DWAPB (6) /* DesignWare APB UART */
-#define UPIO_RM9000 (7) /* RM9000 type IO */
-#define UPIO_DWAPB32 (8) /* DesignWare APB UART (32 bit accesses) */
+#define UPIO_RM9000 (6) /* RM9000 type IO */
unsigned int read_status_mask; /* driver specific */
unsigned int ignore_status_mask; /* driver specific */