diff options
Diffstat (limited to 'drivers/s390/char/con3215.c')
-rw-r--r-- | drivers/s390/char/con3215.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/con3215.c b/drivers/s390/char/con3215.c index 2fa566fa6da4..d7de175d53f0 100644 --- a/drivers/s390/char/con3215.c +++ b/drivers/s390/char/con3215.c | |||
@@ -1103,7 +1103,7 @@ tty3215_start(struct tty_struct *tty) | |||
1103 | } | 1103 | } |
1104 | } | 1104 | } |
1105 | 1105 | ||
1106 | static struct tty_operations tty3215_ops = { | 1106 | static const struct tty_operations tty3215_ops = { |
1107 | .open = tty3215_open, | 1107 | .open = tty3215_open, |
1108 | .close = tty3215_close, | 1108 | .close = tty3215_close, |
1109 | .write = tty3215_write, | 1109 | .write = tty3215_write, |