diff options
Diffstat (limited to 'drivers/serial/68360serial.c')
-rw-r--r-- | drivers/serial/68360serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index e80e70e9b126..1b299e8c57cd 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c | |||
@@ -2424,7 +2424,7 @@ long console_360_init(long kmem_start, long kmem_end) | |||
2424 | */ | 2424 | */ |
2425 | static int baud_idx; | 2425 | static int baud_idx; |
2426 | 2426 | ||
2427 | static struct tty_operations rs_360_ops = { | 2427 | static const struct tty_operations rs_360_ops = { |
2428 | .owner = THIS_MODULE, | 2428 | .owner = THIS_MODULE, |
2429 | .open = rs_360_open, | 2429 | .open = rs_360_open, |
2430 | .close = rs_360_close, | 2430 | .close = rs_360_close, |