diff options
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index c621c98c99da..2d53c3df12dc 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c | |||
@@ -3486,7 +3486,7 @@ int __init intel_iommu_init(void) | |||
3486 | 3486 | ||
3487 | init_iommu_pm_ops(); | 3487 | init_iommu_pm_ops(); |
3488 | 3488 | ||
3489 | register_iommu(&intel_iommu_ops); | 3489 | bus_set_iommu(&pci_bus_type, &intel_iommu_ops); |
3490 | 3490 | ||
3491 | bus_register_notifier(&pci_bus_type, &device_nb); | 3491 | bus_register_notifier(&pci_bus_type, &device_nb); |
3492 | 3492 | ||