From: Ingo Molnar Date: Sun, 20 Jul 2008 12:06:50 +0000 (+0200) Subject: x86, xen: fix apic_ops build on UP X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=caf43bf7c6a55e89b6df5179df434d67e24aa32e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86, xen: fix apic_ops build on UP fix: arch/x86/xen/enlighten.c:615: error: variable ‘xen_basic_apic_ops’ has initializer but incomplete type arch/x86/xen/enlighten.c:616: error: unknown field ‘read’ specified in initializer [...] Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 008b7b69581e..e4d1459a63df 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c @@ -35,6 +35,7 @@ #include #include +#include #include #include #include