]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/viocons.c
Remove bogons from the iSeries console
[linux-2.6-omap-h63xx.git] / drivers / char / viocons.c
index 65fb848e1cce0492d908b8dad5f980b6146c05cb..f48892ba12f58ad918106485c6a79d3d1ad467a9 100644 (file)
@@ -705,10 +705,6 @@ static int viotty_ioctl(struct tty_struct *tty, struct file *file,
        case KDSKBLED:
                return 0;
        }
-       /* FIXME: WTF is this being called for ??? */
-       lock_kernel();
-       ret =  n_tty_ioctl(tty, file, cmd, arg);
-       unlock_kernel();
        return ret;
 }