iommu: Fix compile error with !IOMMU_API
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
parent
bcb71abe7d
commit
95bdaf71cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue