diff options
Diffstat (limited to 'drivers/char/n_tty.c')
-rw-r--r-- | drivers/char/n_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/n_tty.c b/drivers/char/n_tty.c index 603b9ade5eb0..e96a00fe1389 100644 --- a/drivers/char/n_tty.c +++ b/drivers/char/n_tty.c | |||
@@ -994,7 +994,7 @@ int is_ignored(int sig) | |||
994 | * when the ldisc is closed. | 994 | * when the ldisc is closed. |
995 | */ | 995 | */ |
996 | 996 | ||
997 | static void n_tty_set_termios(struct tty_struct *tty, struct termios * old) | 997 | static void n_tty_set_termios(struct tty_struct *tty, struct ktermios * old) |
998 | { | 998 | { |
999 | if (!tty) | 999 | if (!tty) |
1000 | return; | 1000 | return; |