Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

x86: setup.c declare saved_video_mode before they get used

parent cc038491
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)