]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/tty_io.c
tty: move tioclinux from a special case
[linux-2.6-omap-h63xx.git] / drivers / char / tty_io.c
index e4dce87095410f8f648137ecb992927a6630c483..2f05728920e7082f509ce1eaa5f35cdda38901d9 100644 (file)
@@ -3026,10 +3026,6 @@ long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                return put_user(tty->ldisc.ops->num, (int __user *)p);
        case TIOCSETD:
                return tiocsetd(tty, p);
-#ifdef CONFIG_VT
-       case TIOCLINUX:
-               return tioclinux(tty, arg);
-#endif
        /*
         * Break handling
         */