aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tc')
-rw-r--r--drivers/tc/zs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tc/zs.c b/drivers/tc/zs.c
index 5e8a27620f6f..622881f26761 100644
--- a/drivers/tc/zs.c
+++ b/drivers/tc/zs.c
@@ -1701,7 +1701,7 @@ static void __init probe_sccs(void)
1701 spin_unlock_irqrestore(&zs_lock, flags); 1701 spin_unlock_irqrestore(&zs_lock, flags);
1702} 1702}
1703 1703
1704static struct tty_operations serial_ops = { 1704static const struct tty_operations serial_ops = {
1705 .open = rs_open, 1705 .open = rs_open,
1706 .close = rs_close, 1706 .close = rs_close,
1707 .write = rs_write, 1707 .write = rs_write,