* [tip:x86/apic] x86/xen/apic: Add missing #include <xen/xen.h>
@ 2012-05-18 10:43 tip-bot for Ingo Molnar
0 siblings, 0 replies; only message in thread
From: tip-bot for Ingo Molnar @ 2012-05-18 10:43 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, konrad.wilk, jarkko.sakkinen, jeremy,
lenb, tglx
Commit-ID: 87e4baacaeba098e217b14e9d2f6af428fe3f657
Gitweb: http://git.kernel.org/tip/87e4baacaeba098e217b14e9d2f6af428fe3f657
Author: Ingo Molnar <mingo@kernel.org>
AuthorDate: Fri, 18 May 2012 09:34:45 +0200
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Fri, 18 May 2012 09:34:45 +0200
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 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/arch/x86/xen/apic.c b/arch/x86/xen/apic.c
index 1913bf2..ec57bd3 100644
--- a/arch/x86/xen/apic.c
+++ b/arch/x86/xen/apic.c
@@ -1,9 +1,12 @@
#include <linux/init.h>
+
#include <asm/x86_init.h>
#include <asm/apic.h>
-#include <xen/interface/physdev.h>
#include <asm/xen/hypercall.h>
+#include <xen/xen.h>
+#include <xen/interface/physdev.h>
+
unsigned int xen_io_apic_read(unsigned apic, unsigned reg)
{
struct physdev_apic apic_op;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-18 10:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18 10:43 [tip:x86/apic] x86/xen/apic: Add missing #include <xen/xen.h> tip-bot for Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome