From: Ingo Molnar Subject: x86, lguest: fix apic_ops build on UP References: fate #303948 and fate #303984 Patch-Mainline: queued for .28 Commit-ID: 7be42004065ce4df193aeef5befd26805267d0d9 Signed-off-by: Thomas Renninger 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 --- arch/x86/lguest/boot.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.26/arch/x86/lguest/boot.c =================================================================== --- linux-2.6.26.orig/arch/x86/lguest/boot.c +++ linux-2.6.26/arch/x86/lguest/boot.c @@ -55,6 +55,7 @@ #include #include #include +#include #include #include #include