diff options
Diffstat (limited to 'drivers/serial/crisv10.c')
-rw-r--r-- | drivers/serial/crisv10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c index cabd048c8636..9851d9eff022 100644 --- a/drivers/serial/crisv10.c +++ b/drivers/serial/crisv10.c | |||
@@ -4825,7 +4825,7 @@ show_serial_version(void) | |||
4825 | 4825 | ||
4826 | /* rs_init inits the driver at boot (using the module_init chain) */ | 4826 | /* rs_init inits the driver at boot (using the module_init chain) */ |
4827 | 4827 | ||
4828 | static struct tty_operations rs_ops = { | 4828 | static const struct tty_operations rs_ops = { |
4829 | .open = rs_open, | 4829 | .open = rs_open, |
4830 | .close = rs_close, | 4830 | .close = rs_close, |
4831 | .write = rs_write, | 4831 | .write = rs_write, |