diff options
| -rw-r--r-- | include/linux/iommu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index a444c790fa72..8876ef982169 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
| @@ -291,8 +291,8 @@ static inline phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_ad | |||
| 291 | return 0; | 291 | return 0; |
| 292 | } | 292 | } |
| 293 | 293 | ||
| 294 | static inline int domain_has_cap(struct iommu_domain *domain, | 294 | static inline int iommu_domain_has_cap(struct iommu_domain *domain, |
| 295 | unsigned long cap) | 295 | unsigned long cap) |
| 296 | { | 296 | { |
| 297 | return 0; | 297 | return 0; |
| 298 | } | 298 | } |
