diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-03-17 03:06:45 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2015-03-23 17:22:09 +0300 |
commit | ac04f85a733b6af1faa10f7603e98bf07d2c4203 (patch) | |
tree | 3527b69d629bd3133698526aa554e83d9be00f54 /drivers/iommu/ipmmu-vmsa.c | |
parent | 71684406905f98f86a85e008b51f5c4c5d83af5a (diff) | |
download | linux-ac04f85a733b6af1faa10f7603e98bf07d2c4203.tar.xz |
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/ipmmu-vmsa.c')
-rw-r--r-- | drivers/iommu/ipmmu-vmsa.c | 1 |
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 = { |