[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / isdn / gigaset / interface.c
index bd2e4267528e58aadbcb4f770f75b4cccbc72ba0..596f3aebe2f7748c553aa50c860866aa8e37b205 100644 (file)
@@ -134,7 +134,7 @@ static int  if_tiocmset(struct tty_struct *tty, struct file *file,
 static int  if_write(struct tty_struct *tty,
                     const unsigned char *buf, int count);
 
-static struct tty_operations if_ops = {
+static const struct tty_operations if_ops = {
        .open =                 if_open,
        .close =                if_close,
        .ioctl =                if_ioctl,