[PATCH] const struct tty_operations
[deliverable/linux.git] / arch / xtensa / platform-iss / console.c
index 22d3c571a7bc70c8927b19cd17ec19990185a3e3..5c947cae75207d91825ead1b34cf59fdc516bcf7 100644 (file)
@@ -191,7 +191,7 @@ static int rs_read_proc(char *page, char **start, off_t off, int count,
 }
 
 
-static struct tty_operations serial_ops = {
+static const struct tty_operations serial_ops = {
        .open = rs_open,
        .close = rs_close,
        .write = rs_write,
This page took 0.110331 seconds and 5 git commands to generate.