diff options
Diffstat (limited to 'drivers/char/synclink.c')
-rw-r--r-- | drivers/char/synclink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index c53f4579a59f..38d94987de83 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c | |||
@@ -4359,7 +4359,7 @@ static struct mgsl_struct* mgsl_allocate_device(void) | |||
4359 | 4359 | ||
4360 | } /* end of mgsl_allocate_device()*/ | 4360 | } /* end of mgsl_allocate_device()*/ |
4361 | 4361 | ||
4362 | static struct tty_operations mgsl_ops = { | 4362 | static const struct tty_operations mgsl_ops = { |
4363 | .open = mgsl_open, | 4363 | .open = mgsl_open, |
4364 | .close = mgsl_close, | 4364 | .close = mgsl_close, |
4365 | .write = mgsl_write, | 4365 | .write = mgsl_write, |