diff options
author | Claudio Scordino <claudio@evidence.eu.com> | 2009-04-07 11:48:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:44:05 -0400 |
commit | 6fd1af4cf98936f4034caf8f132c7826a6ffd0fa (patch) | |
tree | 08d898628d33527b441b26e7a59eb203fefad867 /arch/cris/include/asm/termios.h | |
parent | f786ddd285b4100909a013041d3eee1be9fac4db (diff) |
tty: Use the generic RS485 ioctl on CRIS
Use the new general RS485 Linux data structure (introduced by Alan with
commit number c26c56c0f40e200e61d1390629c806f6adaffbcc) in the Cris
architecture too (currently, Cris still uses the old private data
structure instead of the new one).
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
Tested-by: Hinko Kocevar <hinko.kocevar@cetrtapot.si>
Tested-by: Janez Cufer <janez.cufer@cetrtapot.si>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/include/asm/termios.h')
-rw-r--r-- | arch/cris/include/asm/termios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/include/asm/termios.h b/arch/cris/include/asm/termios.h index b0124e6c2e41..1265109f4ce3 100644 --- a/arch/cris/include/asm/termios.h +++ b/arch/cris/include/asm/termios.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <asm/termbits.h> | 4 | #include <asm/termbits.h> |
5 | #include <asm/ioctls.h> | 5 | #include <asm/ioctls.h> |
6 | #include <asm/rs485.h> | 6 | #include <asm/rs485.h> |
7 | #include <linux/serial.h> | ||
7 | 8 | ||
8 | struct winsize { | 9 | struct winsize { |
9 | unsigned short ws_row; | 10 | unsigned short ws_row; |