aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/kernel/setup.c')
-rw-r--r--arch/unicore32/kernel/setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/unicore32/kernel/setup.c b/arch/unicore32/kernel/setup.c
index 87adbf5ebfe0..3fa317f96122 100644
--- a/arch/unicore32/kernel/setup.c
+++ b/arch/unicore32/kernel/setup.c
@@ -53,6 +53,10 @@ struct stack {
static struct stack stacks[NR_CPUS];
+#ifdef CONFIG_VGA_CONSOLE
+struct screen_info screen_info;
+#endif
+
char elf_platform[ELF_PLATFORM_SIZE];
EXPORT_SYMBOL(elf_platform);