aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/physdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/common/physdev.c')
-rw-r--r--xen/common/physdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/physdev.c b/xen/common/physdev.c
index ff486ba29b..b1c16d00b3 100644
--- a/xen/common/physdev.c
+++ b/xen/common/physdev.c
@@ -26,8 +26,8 @@
#include <xen/irq.h>
#include <xen/event.h>
#include <asm/pci.h>
-#include <hypervisor-ifs/hypervisor-if.h>
-#include <hypervisor-ifs/physdev.h>
+#include <public/xen.h>
+#include <public/physdev.h>
/* Called by PHYSDEV_PCI_INITIALISE_DEVICE to finalise IRQ routing. */
extern void pcibios_enable_irq(struct pci_dev *dev);