From: Alan Cox Date: Mon, 13 Oct 2008 09:44:08 +0000 (+0100) Subject: tty: simplify ktermios allocation X-Git-Tag: v2.6.28-rc1~623 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6e29fdb1a7b94891bbdd3c67358fe4ed14639d;p=pandora-kernel.git tty: simplify ktermios allocation Copy the simplification from the pty unix98 special case to the generic one. This allows us to kill off driver->termios_locked entirely which is nice. We have to whack bits of the cris driver as it meddles in places it shouldn't providing its own arrays that were never used anyway. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed