# HG changeset patch # User Florian Pose # Date 1271755303 -7200 # Node ID 666ad3a50f9fd74890761a000baccf00662f8953 # Parent dd276ae226b4e84f8555a7ecfbf9a81ebe511961 Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces. diff -r dd276ae226b4 -r 666ad3a50f9f tty/module.c --- a/tty/module.c Mon Apr 19 21:56:16 2010 +0200 +++ b/tty/module.c Tue Apr 20 11:21:43 2010 +0200 @@ -545,9 +545,6 @@ } break; - case TIOCSSERIAL: // TODO - break; - default: #if EC_TTY_DEBUG >= 2 printk(KERN_INFO PFX "no ioctl() -> handled by tty core!\n");