diff options
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
| -rw-r--r-- | drivers/iommu/intel-iommu.c | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index 0099667a397..88329fa1363 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c @@ -47,6 +47,7 @@  #include <asm/iommu.h>  #include "irq_remapping.h" +#include "pci.h"  #define ROOT_SIZE		VTD_PAGE_SIZE  #define CONTEXT_SIZE		VTD_PAGE_SIZE @@ -4137,12 +4138,6 @@ static int intel_iommu_domain_has_cap(struct iommu_domain *domain,  	return 0;  } -static void swap_pci_ref(struct pci_dev **from, struct pci_dev *to) -{ -	pci_dev_put(*from); -	*from = to; -} -  #define REQ_ACS_FLAGS	(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)  static int intel_iommu_add_device(struct device *dev)  |