Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

iommu: Fix compile error with !IOMMU_API

parent bcb71abe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}