diff options
author | Axel Lin <[email protected]> | 2015-03-17 08:06:45 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2015-03-23 15:22:09 +0100 |
commit | ac04f85a733b6af1faa10f7603e98bf07d2c4203 (patch) | |
tree | 3527b69d629bd3133698526aa554e83d9be00f54 | |
parent | 71684406905f98f86a85e008b51f5c4c5d83af5a (diff) |
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 <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
-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 = { |