summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/ttyprintk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ttyprintk.c b/drivers/char/ttyprintk.c
index a15ce4ef39cd..b098d2d0b7c4 100644
--- a/drivers/char/ttyprintk.c
+++ b/drivers/char/ttyprintk.c
@@ -171,7 +171,7 @@ static const struct tty_operations ttyprintk_ops = {
171 .ioctl = tpk_ioctl, 171 .ioctl = tpk_ioctl,
172}; 172};
173 173
174static struct tty_port_operations null_ops = { }; 174static const struct tty_port_operations null_ops = { };
175 175
176static struct tty_driver *ttyprintk_driver; 176static struct tty_driver *ttyprintk_driver;
177 177