projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e0a2d
)
iommu: Rename domain_has_cap to iommu_domain_has_cap
author
Upinder Malhi (umalhi)
<umalhi@cisco.com>
Wed, 11 Dec 2013 20:19:56 +0000
(20:19 +0000)
committer
Joerg Roedel
<joro@8bytes.org>
Tue, 7 Jan 2014 14:31:59 +0000
(15:31 +0100)
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: Upinder Malhi <umalhi@cisco.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
include/linux/iommu.h
patch
|
blob
|
history
diff --git
a/include/linux/iommu.h
b/include/linux/iommu.h
index a444c790fa7235e2bc7247313804a5062d0a4db8..8876ef9821691d7c234eb110a8dac301d159e156 100644
(file)
--- 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
return 0;
}
-static inline int domain_has_cap(struct iommu_domain *domain,
- unsigned long cap)
+static inline int
iommu_
domain_has_cap(struct iommu_domain *domain,
+
unsigned long cap)
{
return 0;
}