diff options
Diffstat (limited to 'drivers/tty/serial/efm32-uart.c')
-rw-r--r-- | drivers/tty/serial/efm32-uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/efm32-uart.c b/drivers/tty/serial/efm32-uart.c index 195acc868763..ebd8569f9ad5 100644 --- a/drivers/tty/serial/efm32-uart.c +++ b/drivers/tty/serial/efm32-uart.c | |||
@@ -487,7 +487,7 @@ static int efm32_uart_verify_port(struct uart_port *port, | |||
487 | return ret; | 487 | return ret; |
488 | } | 488 | } |
489 | 489 | ||
490 | static struct uart_ops efm32_uart_pops = { | 490 | static const struct uart_ops efm32_uart_pops = { |
491 | .tx_empty = efm32_uart_tx_empty, | 491 | .tx_empty = efm32_uart_tx_empty, |
492 | .set_mctrl = efm32_uart_set_mctrl, | 492 | .set_mctrl = efm32_uart_set_mctrl, |
493 | .get_mctrl = efm32_uart_get_mctrl, | 493 | .get_mctrl = efm32_uart_get_mctrl, |