commit | e6885107736a4dd23e7d3bc103fe6d043c63c4de | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:36:40 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:40 2008 -0700 |
tree | 77454a1a03bd0021945e3e6ef08b6f39ef8dbf14 | |
parent | b70ac7718579b5cbf3bdd74fd01132d1c91596f4 [diff] |
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 <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>