aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-03-17 08:06:45 +0800
committerJoerg Roedel <jroedel@suse.de>2015-03-23 15:22:09 +0100
commitac04f85a733b6af1faa10f7603e98bf07d2c4203 (patch)
tree3527b69d629bd3133698526aa554e83d9be00f54 /drivers/iommu
parentiommu/vt-d: Detach domain *only* from attached iommus (diff)
downloadlinux-dev-ac04f85a733b6af1faa10f7603e98bf07d2c4203.tar.xz
linux-dev-ac04f85a733b6af1faa10f7603e98bf07d2c4203.zip
iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids
The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 10186cac7716..bc39bdf7b99b 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -851,6 +851,7 @@ static int ipmmu_remove(struct platform_device *pdev)
static const struct of_device_id ipmmu_of_ids[] = {
{ .compatible = "renesas,ipmmu-vmsa", },
+ { }
};
static struct platform_driver ipmmu_driver = {