aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-14 11:27:26 +0100
committerMark Brown <broonie@linaro.org>2013-10-14 11:27:26 +0100
commitacaf699b4e42227a3e4d23ab0d33af02fa3f4fa0 (patch)
tree01249c2fc8843e84f2f94b5860292225e7f81878 /drivers/tty
parent6ea1971e5ce9bb8f07b3dc70e10be749526b802e (diff)
parent095857390c54551a081d0286d3a39c7c049d0d33 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/hvc/hvc_xen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/hvc/hvc_xen.c b/drivers/tty/hvc/hvc_xen.c
index 682210d778b..4fc32c8091e 100644
--- a/drivers/tty/hvc/hvc_xen.c
+++ b/drivers/tty/hvc/hvc_xen.c
@@ -636,6 +636,7 @@ struct console xenboot_console = {
.name = "xenboot",
.write = xenboot_write_console,
.flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
+ .index = -1,
};
#endif /* CONFIG_EARLY_PRINTK */