diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-03-26 21:32:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-27 09:05:15 -0700 |
commit | 62b3e920ed7612f318126f9c9b37c6a8dcd4199e (patch) | |
tree | a842834b8fb37d956dde48cb8461c2fd3b973fa4 /include | |
parent | d75e26a8298f84bca66374e98fa69049f26083ba (diff) | |
download | op-kernel-dev-62b3e920ed7612f318126f9c9b37c6a8dcd4199e.zip op-kernel-dev-62b3e920ed7612f318126f9c9b37c6a8dcd4199e.tar.gz |
[PATCH] tty: minor merge correction
Its now used.. because we added the new definitions so enabled all the
goodies on i386
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/termbits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/termbits.h b/include/asm-i386/termbits.h index 12baf1d..2e623769 100644 --- a/include/asm-i386/termbits.h +++ b/include/asm-i386/termbits.h @@ -144,7 +144,7 @@ struct ktermios { #define B3000000 0010015 #define B3500000 0010016 #define B4000000 0010017 -#define CIBAUD 002003600000 /* input baud rate (not used) */ +#define CIBAUD 002003600000 #define CMSPAR 010000000000 /* mark or space (stick) parity */ #define CRTSCTS 020000000000 /* flow control */ |