Skip to content

Commit 92567a5

Browse files
Yue Haibingjoergroedel
authored andcommitted
iommu: Remove unused declaration iommu_sva_unbind_gpasid()
Commit 0c9f178 ("iommu: Remove guest pasid related interfaces and definitions") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <[email protected]> Reviewed-by: Lu Baolu <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent fca5b78 commit 92567a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/iommu.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,6 @@ extern int iommu_attach_device(struct iommu_domain *domain,
795795
struct device *dev);
796796
extern void iommu_detach_device(struct iommu_domain *domain,
797797
struct device *dev);
798-
extern int iommu_sva_unbind_gpasid(struct iommu_domain *domain,
799-
struct device *dev, ioasid_t pasid);
800798
extern struct iommu_domain *iommu_get_domain_for_dev(struct device *dev);
801799
extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);
802800
extern int iommu_map(struct iommu_domain *domain, unsigned long iova,

0 commit comments

Comments
 (0)