|
@@ -2317,7 +2317,7 @@ static void atmel_poll_put_char(struct uart_port *port, unsigned char ch)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static struct uart_ops atmel_pops = {
|
|
|
|
|
|
+static const struct uart_ops atmel_pops = {
|
|
.tx_empty = atmel_tx_empty,
|
|
.tx_empty = atmel_tx_empty,
|
|
.set_mctrl = atmel_set_mctrl,
|
|
.set_mctrl = atmel_set_mctrl,
|
|
.get_mctrl = atmel_get_mctrl,
|
|
.get_mctrl = atmel_get_mctrl,
|