From: Ingo Molnar Date: Sun, 20 Jul 2008 15:04:57 +0000 (+0200) Subject: x86, lguest: fix apic_ops build on UP X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7be42004065ce4df193aeef5befd26805267d0d9;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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