]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/vt.c
tty: handle VT specific compat ioctls in vt driver
[mv-sheeva.git] / drivers / char / vt.c
index 33214d92ca4cc4d255fb09f576019984adca1077..5dfbfa7d7606baf4f3f5ee92bd690e7c1b74c4fd 100644 (file)
@@ -2910,6 +2910,9 @@ static const struct tty_operations con_ops = {
        .flush_chars = con_flush_chars,
        .chars_in_buffer = con_chars_in_buffer,
        .ioctl = vt_ioctl,
+#ifdef CONFIG_COMPAT
+       .compat_ioctl = vt_compat_ioctl,
+#endif
        .stop = con_stop,
        .start = con_start,
        .throttle = con_throttle,