[PATCH v2] PCI: Remove unused includes and superfluous struct declaration

2019-09-03 Thread Krzysztof Wilczynski
Remove and from being included directly as part of the include/linux/of_pci.h, and remove superfluous declaration of struct of_phandle_args. Move users of include to include and directly rather than rely on both being included transitively through . Signed-off-by: Krzysztof Wilczynski

[PATCH] PCI: Remove unused includes and superfluous struct declaration

2019-09-01 Thread Krzysztof Wilczynski
Remove and from being included directly as part of the include/linux/of_pci.h, and remove superfluous declaration of struct of_phandle_args. Move users of include to include and directly rather than rely on both being included transitively through . Signed-off-by: Krzysztof Wilczynski

[PATCH] PCI: Move ATS declarations to linux/pci.h

2019-08-30 Thread Krzysztof Wilczynski
() pci_restore_pasid_state() pci_pasid_features() pci_max_pasids() pci_prg_resp_pasid_required() No functional changes intended. Signed-off-by: Krzysztof Wilczynski --- drivers/iommu/amd_iommu.c | 1 - drivers/iommu/arm-smmu-v3.c | 1 - drivers/iommu/intel-iommu.c | 1 - drivers/iommu