diff options
-rw-r--r-- | include/linux/iommu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 93617e7779a1..0f318fd549be 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
@@ -181,7 +181,7 @@ static inline void iommu_set_fault_handler(struct iommu_domain *domain, | |||
181 | { | 181 | { |
182 | } | 182 | } |
183 | 183 | ||
184 | static inline int iommu_device_group(struct device *dev, unsigned int *groupid); | 184 | static inline int iommu_device_group(struct device *dev, unsigned int *groupid) |
185 | { | 185 | { |
186 | return -ENODEV; | 186 | return -ENODEV; |
187 | } | 187 | } |