diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/char/sclp_tty.c | 2 | ||||
-rw-r--r-- | drivers/s390/char/tty3270.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/drivers/s390/char/sclp_tty.c b/drivers/s390/char/sclp_tty.c index 6f43e04dbefd..2d173e5c8a09 100644 --- a/drivers/s390/char/sclp_tty.c +++ b/drivers/s390/char/sclp_tty.c | |||
@@ -60,8 +60,6 @@ static unsigned short int sclp_tty_chars_count; | |||
60 | 60 | ||
61 | struct tty_driver *sclp_tty_driver; | 61 | struct tty_driver *sclp_tty_driver; |
62 | 62 | ||
63 | extern struct termios tty_std_termios; | ||
64 | |||
65 | static struct sclp_ioctls sclp_ioctls; | 63 | static struct sclp_ioctls sclp_ioctls; |
66 | static struct sclp_ioctls sclp_ioctls_init = | 64 | static struct sclp_ioctls sclp_ioctls_init = |
67 | { | 65 | { |
diff --git a/drivers/s390/char/tty3270.c b/drivers/s390/char/tty3270.c index 4717c3611601..09844621edc0 100644 --- a/drivers/s390/char/tty3270.c +++ b/drivers/s390/char/tty3270.c | |||
@@ -1659,7 +1659,7 @@ tty3270_flush_buffer(struct tty_struct *tty) | |||
1659 | * Check for visible/invisible input switches | 1659 | * Check for visible/invisible input switches |
1660 | */ | 1660 | */ |
1661 | static void | 1661 | static void |
1662 | tty3270_set_termios(struct tty_struct *tty, struct termios *old) | 1662 | tty3270_set_termios(struct tty_struct *tty, struct ktermios *old) |
1663 | { | 1663 | { |
1664 | struct tty3270 *tp; | 1664 | struct tty3270 *tp; |
1665 | int new; | 1665 | int new; |