diff options
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/pci.c b/drivers/xen/pci.c index 188825122aae..dd9c249ea311 100644 --- a/drivers/xen/pci.c +++ b/drivers/xen/pci.c | |||
@@ -26,7 +26,9 @@ | |||
26 | #include <asm/xen/hypervisor.h> | 26 | #include <asm/xen/hypervisor.h> |
27 | #include <asm/xen/hypercall.h> | 27 | #include <asm/xen/hypercall.h> |
28 | #include "../pci/pci.h" | 28 | #include "../pci/pci.h" |
29 | #ifdef CONFIG_PCI_MMCONFIG | ||
29 | #include <asm/pci_x86.h> | 30 | #include <asm/pci_x86.h> |
31 | #endif | ||
30 | 32 | ||
31 | static bool __read_mostly pci_seg_supported = true; | 33 | static bool __read_mostly pci_seg_supported = true; |
32 | 34 | ||