Merge branch 'origin' into devel-stable
[deliverable/linux.git] / drivers / char / hvc_xen.c
index b1a71638c772b8ed5be135408c612130d7b2ec8b..60446f82a3fc2653c905adb3a6f944c1686f0863 100644 (file)
@@ -122,7 +122,7 @@ static int read_console(uint32_t vtermno, char *buf, int len)
        return recv;
 }
 
-static struct hv_ops hvc_ops = {
+static const struct hv_ops hvc_ops = {
        .get_chars = read_console,
        .put_chars = write_console,
        .notifier_add = notifier_add_irq,
This page took 0.025747 seconds and 5 git commands to generate.