[PATCH] const struct tty_operations
[deliverable/linux.git] / drivers / char / hvc_console.c
index a76d2c40dd5e7e5e375a9a39054333c3752fdafa..4053d1cd393f520101857047d52fc63b70efe7d7 100644 (file)
@@ -696,7 +696,7 @@ int khvcd(void *unused)
        return 0;
 }
 
-static struct tty_operations hvc_ops = {
+static const struct tty_operations hvc_ops = {
        .open = hvc_open,
        .close = hvc_close,
        .write = hvc_write,
This page took 0.026489 seconds and 5 git commands to generate.