mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 16:11:06 +07:00
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
The stub function for !CONFIG_IOMMU_IOVA needs to be
'static inline'.
Fixes: effa467870
('iommu/vt-d: Don't queue_iova() if there is no flush queue')
Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
7f6cade5b6
commit
201c1db90c
@ -236,7 +236,7 @@ static inline void init_iova_domain(struct iova_domain *iovad,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
bool has_iova_flush_queue(struct iova_domain *iovad)
|
static inline bool has_iova_flush_queue(struct iova_domain *iovad)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user