|
@@ -1347,7 +1347,7 @@ mpc52xx_uart_verify_port(struct uart_port *port, struct serial_struct *ser)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-static struct uart_ops mpc52xx_uart_ops = {
|
|
|
|
|
|
+static const struct uart_ops mpc52xx_uart_ops = {
|
|
.tx_empty = mpc52xx_uart_tx_empty,
|
|
.tx_empty = mpc52xx_uart_tx_empty,
|
|
.set_mctrl = mpc52xx_uart_set_mctrl,
|
|
.set_mctrl = mpc52xx_uart_set_mctrl,
|
|
.get_mctrl = mpc52xx_uart_get_mctrl,
|
|
.get_mctrl = mpc52xx_uart_get_mctrl,
|