Commit 95bdaf71 authored by Joerg Roedel's avatar Joerg Roedel

iommu: Fix compile error with !IOMMU_API

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment