Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
[sfrench/cifs-2.6.git] / drivers / char / epca.c
index dde5134713e23f88fe185e2f4216cd9ad62ebfac..17b044a71e026fc8c943de8ea5bf64c852abc75c 100644 (file)
@@ -935,7 +935,7 @@ static int info_open(struct tty_struct *tty, struct file *filp)
        return 0;
 }
 
-static struct tty_operations info_ops = {
+static const struct tty_operations info_ops = {
        .open = info_open,
        .ioctl = info_ioctl,
 };