diff options
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 2fdffc02a308..98ffb2de22e9 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c | |||
@@ -10,9 +10,7 @@ | |||
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/cpumask.h> | 11 | #include <linux/cpumask.h> |
12 | #include <linux/pci-aspm.h> | 12 | #include <linux/pci-aspm.h> |
13 | #include <linux/iommu.h> | ||
14 | #include <acpi/acpi_hest.h> | 13 | #include <acpi/acpi_hest.h> |
15 | #include <xen/xen.h> | ||
16 | #include "pci.h" | 14 | #include "pci.h" |
17 | 15 | ||
18 | #define CARDBUS_LATENCY_TIMER 176 /* secondary latency timer */ | 16 | #define CARDBUS_LATENCY_TIMER 176 /* secondary latency timer */ |
@@ -1029,8 +1027,7 @@ static void pci_init_capabilities(struct pci_dev *dev) | |||
1029 | pci_iov_init(dev); | 1027 | pci_iov_init(dev); |
1030 | 1028 | ||
1031 | /* Enable ACS P2P upstream forwarding */ | 1029 | /* Enable ACS P2P upstream forwarding */ |
1032 | if (iommu_found() || xen_initial_domain()) | 1030 | pci_enable_acs(dev); |
1033 | pci_enable_acs(dev); | ||
1034 | } | 1031 | } |
1035 | 1032 | ||
1036 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus) | 1033 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus) |