diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-07 14:04:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-09-07 14:04:09 -0700 |
commit | 608a5ffc3ee0d6f4aff53e902659201eeaeb9c06 (patch) | |
tree | 38658ba63eb2fccaf9f3d23112c84a31a40e257f /include/linux/serial.h | |
parent | 78f220a84f464ff1a74d1b646e9b96bdddc47050 (diff) | |
parent | 6eb68d6f3bf1707d5d816ea9242b7d38f25b942e (diff) | |
download | linux-608a5ffc3ee0d6f4aff53e902659201eeaeb9c06.tar.gz linux-608a5ffc3ee0d6f4aff53e902659201eeaeb9c06.tar.bz2 linux-608a5ffc3ee0d6f4aff53e902659201eeaeb9c06.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6:
tty: fix tty_line must not be equal to number of allocated tty pointers in tty driver
serial: bfin_sport_uart: restore transmit frame sync fix
serial: fix port type conflict between NS16550A & U6_16550A
MAINTAINERS: orphan isicom
vt: Fix console corruption on driver hand-over.
Diffstat (limited to 'include/linux/serial.h')
-rw-r--r-- | include/linux/serial.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/serial.h b/include/linux/serial.h index 1ebc694a6d52..ef914061511e 100644 --- a/include/linux/serial.h +++ b/include/linux/serial.h @@ -77,8 +77,7 @@ struct serial_struct { #define PORT_16654 11 #define PORT_16850 12 #define PORT_RSA 13 /* RSA-DV II/S card */ -#define PORT_U6_16550A 14 -#define PORT_MAX 14 +#define PORT_MAX 13 #define SERIAL_IO_PORT 0 #define SERIAL_IO_HUB6 1 |