From aba214160a050b972c67cdbd1050e7fed77aefb3 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 20 Apr 2010 11:21:43 +0200 Subject: [PATCH] Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces. --- tty/module.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tty/module.c b/tty/module.c index 45c39aa6..b118ca3a 100644 --- a/tty/module.c +++ b/tty/module.c @@ -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");