Commit 0e058e52 authored by Stefano Stabellini's avatar Stefano Stabellini

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: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
parent ff12849a
......@@ -10,6 +10,7 @@
#include <linux/acpi.h>
#include <linux/io.h>
#include <asm/io_apic.h>
#include <asm/pci_x86.h>
#include <asm/xen/hypervisor.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment