aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/char/sclp_tty.c2
-rw-r--r--drivers/s390/char/tty3270.c2
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
61struct tty_driver *sclp_tty_driver; 61struct tty_driver *sclp_tty_driver;
62 62
63extern struct termios tty_std_termios;
64
65static struct sclp_ioctls sclp_ioctls; 63static struct sclp_ioctls sclp_ioctls;
66static struct sclp_ioctls sclp_ioctls_init = 64static 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 */
1661static void 1661static void
1662tty3270_set_termios(struct tty_struct *tty, struct termios *old) 1662tty3270_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;