提交 95bdaf71 编写于 作者: J Joerg Roedel

iommu: Fix compile error with !IOMMU_API

Signed-off-by: NJoerg Roedel <joerg.roedel@amd.com>
上级 bcb71abe
......@@ -181,7 +181,7 @@ static inline void iommu_set_fault_handler(struct iommu_domain *domain,
{
}
static inline int iommu_device_group(struct device *dev, unsigned int *groupid);
static inline int iommu_device_group(struct device *dev, unsigned int *groupid)
{
return -ENODEV;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册