|
@@ -1123,7 +1123,7 @@ static void cpm_put_poll_char(struct uart_port *port,
|
|
}
|
|
}
|
|
#endif /* CONFIG_CONSOLE_POLL */
|
|
#endif /* CONFIG_CONSOLE_POLL */
|
|
|
|
|
|
-static struct uart_ops cpm_uart_pops = {
|
|
|
|
|
|
+static const struct uart_ops cpm_uart_pops = {
|
|
.tx_empty = cpm_uart_tx_empty,
|
|
.tx_empty = cpm_uart_tx_empty,
|
|
.set_mctrl = cpm_uart_set_mctrl,
|
|
.set_mctrl = cpm_uart_set_mctrl,
|
|
.get_mctrl = cpm_uart_get_mctrl,
|
|
.get_mctrl = cpm_uart_get_mctrl,
|