diff options
Diffstat (limited to 'drivers/serial/mcfserial.c')
-rw-r--r-- | drivers/serial/mcfserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/mcfserial.c b/drivers/serial/mcfserial.c index 3db206d29b33..08430961a895 100644 --- a/drivers/serial/mcfserial.c +++ b/drivers/serial/mcfserial.c | |||
@@ -1132,7 +1132,7 @@ static int mcfrs_ioctl(struct tty_struct *tty, struct file * file, | |||
1132 | return 0; | 1132 | return 0; |
1133 | } | 1133 | } |
1134 | 1134 | ||
1135 | static void mcfrs_set_termios(struct tty_struct *tty, struct termios *old_termios) | 1135 | static void mcfrs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) |
1136 | { | 1136 | { |
1137 | struct mcf_serial *info = (struct mcf_serial *)tty->driver_data; | 1137 | struct mcf_serial *info = (struct mcf_serial *)tty->driver_data; |
1138 | 1138 | ||