From: Ingo Molnar Date: Sun, 20 Jul 2008 15:04:57 +0000 (+0200) Subject: x86, lguest: fix apic_ops build on UP X-Git-Tag: firefly_0821_release~17807^2^2^3~6^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7be42004065ce4df193aeef5befd26805267d0d9;p=firefly-linux-kernel-4.4.55.git 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: Ingo Molnar --- diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 35c4349cd668..756fc489652b 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c @@ -55,6 +55,7 @@ #include #include #include +#include #include #include #include