]> err.no Git - linux-2.6/blobdiff - drivers/serial/serial_core.c
[PATCH] md: add error reporting to superblock write failure
[linux-2.6] / drivers / serial / serial_core.c
index 5f7ba1adb309c20d6d2abe9a4847f77473e4519d..de5e8930a6fd49d64e332919f4d358ef0c3549d4 100644 (file)
@@ -2111,7 +2111,7 @@ uart_configure_port(struct uart_driver *drv, struct uart_state *state,
        }
 }
 
-static struct tty_operations uart_ops = {
+static const struct tty_operations uart_ops = {
        .open           = uart_open,
        .close          = uart_close,
        .write          = uart_write,