[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / isdn / i4l / isdn_tty.c
index 9ab66e8960d5ddc1082f5d23c5c86642c8c528c5..2b91bb07fc7f2ab087b80d501f772deca3f426ca 100644 (file)
@@ -1860,7 +1860,7 @@ modem_write_profile(atemu * m)
                send_sig(SIGIO, dev->profd, 1);
 }
 
-static struct tty_operations modem_ops = {
+static const struct tty_operations modem_ops = {
         .open = isdn_tty_open,
        .close = isdn_tty_close,
        .write = isdn_tty_write,