In linux-next struct device dev; was added to struct iommu_device this breaks calls to iommu_put/get_resv_regions function because these functions expect struct device * instead.
Please review and consider this patch to fix this. Thanks Manoj Iyer
In linux-next struct device dev; was added to struct iommu_device this breaks calls to iommu_put/get_resv_regions function because these functions expect struct device * instead.
Please review and consider this patch to fix this. Thanks Manoj Iyer