Commit 5314d48e authored by Jaswinder Singh's avatar Jaswinder Singh Committed by Ingo Molnar

x86: setup.c declare saved_video_mode before they get used

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
parent cc038491
...@@ -41,6 +41,7 @@ struct x86_quirks { ...@@ -41,6 +41,7 @@ struct x86_quirks {
}; };
extern struct x86_quirks *x86_quirks; extern struct x86_quirks *x86_quirks;
extern unsigned long saved_video_mode;
#ifndef CONFIG_PARAVIRT #ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0) #define paravirt_post_allocator_init() do {} while (0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment