[PATCH] Char: mxser_new, delete ttys and termios
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:32 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
commit5dbda701fe9eba7a36205326c4a3e72a8206d576
treef7d8a818c101e544cd7bf6dcc7b8a2b82010fa05
parentb1d1c8dd35aa95fbeb7051eee9811fc2475a81f4
[PATCH] Char: mxser_new, delete ttys and termios

- Driver uses global tty_struct array, which tries to assign to the
  tty_driver's ttys.
- the very same thing for termios
- the same for termios_locked

Kill such constructions.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c