From: Jiri Slaby Date: Fri, 8 Dec 2006 10:38:32 +0000 (-0800) Subject: [PATCH] Char: mxser_new, delete ttys and termios X-Git-Tag: v2.6.20-rc1~34^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbda701fe9eba7a36205326c4a3e72a8206d576;p=pandora-kernel.git [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 Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed