tty: const: constify remaining tty_operations
[safe/jmp/linux-2.6] / arch / xtensa / platforms / iss / console.c
index 4c559cf..e60a1f5 100644 (file)
@@ -196,7 +196,7 @@ static const struct file_operations rs_proc_fops = {
        .release        = single_release,
 };
 
-static struct tty_operations serial_ops = {
+static const struct tty_operations serial_ops = {
        .open = rs_open,
        .close = rs_close,
        .write = rs_write,