[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / s390 / char / tty3270.c
index 06e2eeec8473dca2e3ff3c79ae5fab78014eac0c..4717c3611601f308094f588238a5b6c8c039cbd9 100644 (file)
@@ -1737,7 +1737,7 @@ tty3270_ioctl(struct tty_struct *tty, struct file *file,
        return kbd_ioctl(tp->kbd, file, cmd, arg);
 }
 
-static struct tty_operations tty3270_ops = {
+static const struct tty_operations tty3270_ops = {
        .open = tty3270_open,
        .close = tty3270_close,
        .write = tty3270_write,