diff options
Diffstat (limited to 'drivers/s390/char/sclp_tty.c')
-rw-r--r-- | drivers/s390/char/sclp_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_tty.c b/drivers/s390/char/sclp_tty.c index f6cf9023039e..6f43e04dbefd 100644 --- a/drivers/s390/char/sclp_tty.c +++ b/drivers/s390/char/sclp_tty.c | |||
@@ -711,7 +711,7 @@ static struct sclp_register sclp_input_event = | |||
711 | .receiver_fn = sclp_tty_receiver | 711 | .receiver_fn = sclp_tty_receiver |
712 | }; | 712 | }; |
713 | 713 | ||
714 | static struct tty_operations sclp_ops = { | 714 | static const struct tty_operations sclp_ops = { |
715 | .open = sclp_tty_open, | 715 | .open = sclp_tty_open, |
716 | .close = sclp_tty_close, | 716 | .close = sclp_tty_close, |
717 | .write = sclp_tty_write, | 717 | .write = sclp_tty_write, |