aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/termios.h
diff options
context:
space:
mode:
authorClaudio Scordino <claudio@evidence.eu.com>2009-04-07 16:48:19 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-07 08:44:05 -0700
commit6fd1af4cf98936f4034caf8f132c7826a6ffd0fa (patch)
tree08d898628d33527b441b26e7a59eb203fefad867 /arch/cris/include/asm/termios.h
parenttty: Correct inline types for tty_driver_kref_get() (diff)
downloadlinux-dev-6fd1af4cf98936f4034caf8f132c7826a6ffd0fa.tar.xz
linux-dev-6fd1af4cf98936f4034caf8f132c7826a6ffd0fa.zip
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.h1
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 @@
#include <asm/termbits.h>
#include <asm/ioctls.h>
#include <asm/rs485.h>
+#include <linux/serial.h>
struct winsize {
unsigned short ws_row;