From: Ingo Molnar Date: Sun, 20 Jul 2008 12:06:50 +0000 (+0200) Subject: x86, xen: fix apic_ops build on UP X-Git-Tag: v2.6.28-rc1~699^2^8~23^2~9^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=caf43bf7c6a55e89b6df5179df434d67e24aa32e;p=karo-tx-linux.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