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

Commit 3964cd3a authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: visws_quirks, fix build error



fix:

 arch/x86/kernel/visws_quirks.c: In function ‘visws_early_detect’:
 arch/x86/kernel/visws_quirks.c:290: error: ‘skip_ioapic_setup’ undeclared (first use in this function)
 arch/x86/kernel/visws_quirks.c:290: error: (Each undeclared identifier is reported only once
 arch/x86/kernel/visws_quirks.c:290: error: for each function it appears in.)

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 39eacc20
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@
#include <asm/visws/cobalt.h>
#include <asm/visws/cobalt.h>
#include <asm/visws/piix4.h>
#include <asm/visws/piix4.h>
#include <asm/arch_hooks.h>
#include <asm/arch_hooks.h>
#include <asm/io_apic.h>
#include <asm/fixmap.h>
#include <asm/fixmap.h>
#include <asm/reboot.h>
#include <asm/reboot.h>
#include <asm/setup.h>
#include <asm/setup.h>