x86: setup.c declare saved_video_mode before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 21 Jul 2008 16:42:23 +0000 (22:12 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jul 2008 12:36:02 +0000 (14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/setup.h

index a07c6f1..946f8f2 100644 (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)