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: Ubuntu-snapdragon-4.4.0-1050.54~29898^2^8~23^2~9^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7be42004065ce4df193aeef5befd26805267d0d9;p=mirror_ubuntu-artful-kernel.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