x86/xen/apic: Add missing #include <xen/xen.h>
commit87e4baacaeba098e217b14e9d2f6af428fe3f657
authorIngo Molnar <mingo@kernel.org>
Fri, 18 May 2012 07:34:45 +0000 (18 09:34 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 May 2012 07:34:45 +0000 (18 09:34 +0200)
tree0a2ee2ab2456f6192aa608ddfb9b8069238f191f
parentd1ecad6eee8629c6b425580aad76cf99b85956e9
x86/xen/apic: Add missing #include <xen/xen.h>

This file depends on <xen/xen.h>, but the dependency was hidden due
to: <asm/acpi.h> -> <asm/trampoline.h> -> <asm/io.h> -> <xen/xen.h>

With the removal of <asm/trampoline.h>, this exposed the missing

Cc: Len Brown <lenb@kernel.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Link: http://lkml.kernel.org/n/tip-7ccybvue6mw6wje3uxzzcglj@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/xen/apic.c