[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / char / riscom8.c
index 06b9f78a95d98224d91e0d70a34c6544bcb4a465..214d850112fde66bcbff652fc2561926fcd16923 100644 (file)
@@ -1583,7 +1583,7 @@ static void do_softint(void *private_)
        }
 }
 
-static struct tty_operations riscom_ops = {
+static const struct tty_operations riscom_ops = {
        .open  = rc_open,
        .close = rc_close,
        .write = rc_write,