From: Alan Cox Date: Mon, 13 Oct 2008 09:36:40 +0000 (+0100) Subject: tty: move tioclinux from a special case X-Git-Tag: v2.6.28-rc1~662 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6885107736a4dd23e7d3bc103fe6d043c63c4de;p=pandora-kernel.git tty: move tioclinux from a special case Right now we have ifdefs and hooks in the core ioctl handler for TIOCLINUX and then test if its a console. This is brain dead. Instead call the tioclinux helper from the relevant driver ioctl methods. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed