diff options
Diffstat (limited to 'drivers/tc/zs.c')
-rw-r--r-- | drivers/tc/zs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c index 792becdfe6f8..fc3197273663 100644 --- a/drivers/tc/zs.c +++ b/drivers/tc/zs.c | |||
@@ -1238,7 +1238,7 @@ static int rs_ioctl(struct tty_struct *tty, struct file * file, | |||
1238 | return 0; | 1238 | return 0; |
1239 | } | 1239 | } |
1240 | 1240 | ||
1241 | static void rs_set_termios(struct tty_struct *tty, struct termios *old_termios) | 1241 | static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) |
1242 | { | 1242 | { |
1243 | struct dec_serial *info = (struct dec_serial *)tty->driver_data; | 1243 | struct dec_serial *info = (struct dec_serial *)tty->driver_data; |
1244 | int was_stopped; | 1244 | int was_stopped; |