Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b5c1399 authored by Upinder Malhi (umalhi)'s avatar Upinder Malhi (umalhi) Committed by Joerg Roedel
Browse files

iommu: Rename domain_has_cap to iommu_domain_has_cap



domain_has_cap is a misnomer bc the func name should be
the same for CONFIG_IOMMU_API and !CONFIG_IOMMU_API.

Signed-off-by: default avatarUpinder Malhi <umalhi@cisco.com>
Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
parent d6e0a2dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ static inline phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_ad
	return 0;
}

static inline int domain_has_cap(struct iommu_domain *domain,
static inline int iommu_domain_has_cap(struct iommu_domain *domain,
				       unsigned long cap)
{
	return 0;