diff options
Diffstat (limited to 'drivers/tty/serial/imx.c')
-rw-r--r-- | drivers/tty/serial/imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index d5c689d6217e..20e911724027 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c | |||
@@ -206,7 +206,7 @@ struct imx_port { | |||
206 | unsigned short trcv_delay; /* transceiver delay */ | 206 | unsigned short trcv_delay; /* transceiver delay */ |
207 | struct clk *clk_ipg; | 207 | struct clk *clk_ipg; |
208 | struct clk *clk_per; | 208 | struct clk *clk_per; |
209 | struct imx_uart_data *devdata; | 209 | const struct imx_uart_data *devdata; |
210 | }; | 210 | }; |
211 | 211 | ||
212 | struct imx_port_ucrs { | 212 | struct imx_port_ucrs { |