[PATCH] const struct tty_operations
[linux-block.git] / drivers / char / rocket.c
index 0ac131881322c96920b049c45e8aa64d5fbdb635..bac80056f7e0c7e45893c7f7a46f9b2c196222af 100644 (file)
@@ -2334,7 +2334,7 @@ static int __init init_ISA(int i)
        return (1);
 }
 
-static struct tty_operations rocket_ops = {
+static const struct tty_operations rocket_ops = {
        .open = rp_open,
        .close = rp_close,
        .write = rp_write,