Merge remote-tracking branch 'char-misc/char-misc-next'
[deliverable/linux.git] / drivers / tty / serial / pch_uart.c
index 23672f8a343ebacacbe7134c78b281f1f43fc4a6..d391650b82e7be9bb63ac7df85a9de3e4fe0bed8 100644 (file)
@@ -1604,7 +1604,7 @@ static void pch_uart_put_poll_char(struct uart_port *port,
 }
 #endif /* CONFIG_CONSOLE_POLL */
 
-static struct uart_ops pch_uart_ops = {
+static const struct uart_ops pch_uart_ops = {
        .tx_empty = pch_uart_tx_empty,
        .set_mctrl = pch_uart_set_mctrl,
        .get_mctrl = pch_uart_get_mctrl,
This page took 0.024826 seconds and 5 git commands to generate.