diff options
| author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2010-10-21 12:40:08 -0400 |
|---|---|---|
| committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2010-10-22 16:26:02 -0400 |
| commit | 0e058e527784a9a23f7ed7a73ffafebb53a889da (patch) | |
| tree | f62710bd4686acf0dbf97ca6e6e9300d501672ea | |
| parent | ff12849a7a187e17fcbd888b39850d22103395c6 (diff) | |
xen: add a missing #include to arch/x86/pci/xen.c
Add missing #include <asm/io_apic.h> to arch/x86/pci/xen.c.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
| -rw-r--r-- | arch/x86/pci/xen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c index b3f4b30222fa..117f5b8daf75 100644 --- a/arch/x86/pci/xen.c +++ b/arch/x86/pci/xen.c | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
| 11 | 11 | ||
| 12 | #include <linux/io.h> | 12 | #include <linux/io.h> |
| 13 | #include <asm/io_apic.h> | ||
| 13 | #include <asm/pci_x86.h> | 14 | #include <asm/pci_x86.h> |
| 14 | 15 | ||
| 15 | #include <asm/xen/hypervisor.h> | 16 | #include <asm/xen/hypervisor.h> |
