[PATCH] const struct tty_operations
[deliverable/linux.git] / drivers / serial / 68328serial.c
index 993a702422ec6e2e22175ea67e6c9bacb55ab093..bac853c5abb565dfeb11cc32ed910191f956a9c9 100644 (file)
@@ -1378,7 +1378,7 @@ void startup_console(void)
 #endif /* CONFIG_PM_LEGACY */
 
 
-static struct tty_operations rs_ops = {
+static const struct tty_operations rs_ops = {
        .open = rs_open,
        .close = rs_close,
        .write = rs_write,
This page took 0.031902 seconds and 5 git commands to generate.