diff options
Diffstat (limited to 'drivers/serial/s3c2410.c')
-rw-r--r-- | drivers/serial/s3c2410.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c index 8dfc2dd058ca..3ba9208ebd0c 100644 --- a/drivers/serial/s3c2410.c +++ b/drivers/serial/s3c2410.c | |||
@@ -738,8 +738,8 @@ static unsigned int s3c24xx_serial_getclk(struct uart_port *port, | |||
738 | } | 738 | } |
739 | 739 | ||
740 | static void s3c24xx_serial_set_termios(struct uart_port *port, | 740 | static void s3c24xx_serial_set_termios(struct uart_port *port, |
741 | struct termios *termios, | 741 | struct ktermios *termios, |
742 | struct termios *old) | 742 | struct ktermios *old) |
743 | { | 743 | { |
744 | struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); | 744 | struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); |
745 | struct s3c24xx_uart_port *ourport = to_ourport(port); | 745 | struct s3c24xx_uart_port *ourport = to_ourport(port); |