Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces.

This commit is contained in:
Florian Pose
2010-04-20 11:21:43 +02:00
parent d24bede41c
commit aba214160a

View File

@@ -545,9 +545,6 @@ static int ec_tty_ioctl(struct tty_struct *tty, struct file *file,
}
break;
case TIOCSSERIAL: // TODO
break;
default:
#if EC_TTY_DEBUG >= 2
printk(KERN_INFO PFX "no ioctl() -> handled by tty core!\n");