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

Commit 7be42004 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86, lguest: fix apic_ops build on UP



fix:

  arch/x86/lguest/boot.c:816: error: variable ‘lguest_basic_apic_ops’ has initializer but incomplete type
  arch/x86/lguest/boot.c:817: error: unknown field ‘read’ specified in initializer
 [...]

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent caf43bf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
#include <linux/lguest_launcher.h>
#include <linux/virtio_console.h>
#include <linux/pm.h>
#include <asm/apic.h>
#include <asm/lguest.h>
#include <asm/paravirt.h>
#include <asm/param.h>