summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu-v3.c
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2016-07-12 13:26:59 +0200
committerJoerg Roedel <jroedel@suse.de>2016-07-12 13:26:59 +0200
commitc3928e75158e846a61369207ce417a0a9ce71a0f (patch)
tree6899e00dfd654456e3114d4628bc307d067bebcf /drivers/iommu/arm-smmu-v3.c
parent92d21ac74a9e3c09b0b01c764e530657e4c85c49 (diff)
parentbee140044579fbfdad5fd98717c0405d7b492226 (diff)
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Diffstat (limited to 'drivers/iommu/arm-smmu-v3.c')
-rw-r--r--drivers/iommu/arm-smmu-v3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c
index 5f6b3bcab078..ce801170d5f2 100644
--- a/drivers/iommu/arm-smmu-v3.c
+++ b/drivers/iommu/arm-smmu-v3.c
@@ -2687,6 +2687,8 @@ static int __init arm_smmu_init(void)
if (ret)
return ret;
+ pci_request_acs();
+
return bus_set_iommu(&pci_bus_type, &arm_smmu_ops);
}