[PATCH] const struct tty_operations
[linux-2.6-block.git] / drivers / char / vt.c
index 303956d34569ba85b84f7082878ed484b060d977..ec0c070bf15f809217d16a436df7f1010d6223a2 100644 (file)
@@ -2675,7 +2675,7 @@ static int __init con_init(void)
 }
 console_initcall(con_init);
 
-static struct tty_operations con_ops = {
+static const struct tty_operations con_ops = {
        .open = con_open,
        .close = con_close,
        .write = con_write,