aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-10-14 11:27:10 +0100
committerMark Brown <broonie@linaro.org>2013-10-14 11:27:10 +0100
commit095857390c54551a081d0286d3a39c7c049d0d33 (patch)
treed5aa00ce86075df41ce7353166035d640340cd9a /drivers/tty
parentfa4b900fcaa6092a43fd60fe7dd72f8df654bcde (diff)
parent7fc878164dd8bc7812eb774e728f2cc1ffe905ed (diff)
downloadjuno-095857390c54551a081d0286d3a39c7c049d0d33.tar.gz
Merge tag 'v3.10.16' into linux-linaro-lsk
This is the 3.10.16 stable release
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 */