PCI: Add support for dev_groups to struct pci_driver
[linux-2.6-microblaze.git] / drivers / iommu / of_iommu.c
index e505b91..a9d2df0 100644 (file)
@@ -210,11 +210,6 @@ const struct iommu_ops *of_iommu_configure(struct device *dev,
                                             of_pci_iommu_init, &info);
        } else {
                err = of_iommu_configure_device(master_np, dev, id);
-
-               fwspec = dev_iommu_fwspec_get(dev);
-               if (!err && fwspec)
-                       of_property_read_u32(master_np, "pasid-num-bits",
-                                            &fwspec->num_pasid_bits);
        }
 
        /*