aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2011-11-15 12:48:29 +0100
committerJoerg Roedel <joerg.roedel@amd.com>2011-11-15 12:48:29 +0100
commit95bdaf71ccf2cb4bba0c9a3d2baea0e7916f466b (patch)
treed4fb2f41d924c01fb59f596caa6f500786c5b538 /include/linux/iommu.h
parentiommu: Add option to group multi-function devices (diff)
downloadlinux-dev-95bdaf71ccf2cb4bba0c9a3d2baea0e7916f466b.tar.xz
linux-dev-95bdaf71ccf2cb4bba0c9a3d2baea0e7916f466b.zip
iommu: Fix compile error with !IOMMU_API
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r--include/linux/iommu.h2
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,
{
}
-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;
}