diff options
| -rw-r--r-- | 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 1913bf2d2a9c..ec57bd3818a4 100644 --- a/arch/x86/xen/apic.c +++ b/arch/x86/xen/apic.c | |||
| @@ -1,9 +1,12 @@ | |||
| 1 | #include <linux/init.h> | 1 | #include <linux/init.h> |
| 2 | |||
| 2 | #include <asm/x86_init.h> | 3 | #include <asm/x86_init.h> |
| 3 | #include <asm/apic.h> | 4 | #include <asm/apic.h> |
| 4 | #include <xen/interface/physdev.h> | ||
| 5 | #include <asm/xen/hypercall.h> | 5 | #include <asm/xen/hypercall.h> |
| 6 | 6 | ||
| 7 | #include <xen/xen.h> | ||
| 8 | #include <xen/interface/physdev.h> | ||
| 9 | |||
| 7 | unsigned int xen_io_apic_read(unsigned apic, unsigned reg) | 10 | unsigned int xen_io_apic_read(unsigned apic, unsigned reg) |
| 8 | { | 11 | { |
| 9 | struct physdev_apic apic_op; | 12 | struct physdev_apic apic_op; |
