[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / char / pcmcia / synclink_cs.c
index 00f574cbb0d47ca0c69d8b4b0c2ed77be9e24282..dd845cbefe94c271147d47031eb6e1767ce86d10 100644 (file)
@@ -3010,7 +3010,7 @@ static struct pcmcia_driver mgslpc_driver = {
        .resume         = mgslpc_resume,
 };
 
-static struct tty_operations mgslpc_ops = {
+static const struct tty_operations mgslpc_ops = {
        .open = mgslpc_open,
        .close = mgslpc_close,
        .write = mgslpc_write,