dect
/
linux-2.6
Archived
13
0
Fork 0

x86: setup.c declare saved_video_mode before they get used

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
This commit is contained in:
Jaswinder Singh 2008-07-21 22:12:23 +05:30 committed by Ingo Molnar
parent cc0384917b
commit 5314d48ed5
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct x86_quirks {
};
extern struct x86_quirks *x86_quirks;
extern unsigned long saved_video_mode;
#ifndef CONFIG_PARAVIRT
#define paravirt_post_allocator_init() do {} while (0)