diff options
Diffstat (limited to 'drivers/iommu/omap-iommu.c')
-rw-r--r-- | drivers/iommu/omap-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index e202b0c24120..47517cf674ad 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c | |||
@@ -1006,7 +1006,7 @@ static int omap_iommu_remove(struct platform_device *pdev) | |||
1006 | return 0; | 1006 | return 0; |
1007 | } | 1007 | } |
1008 | 1008 | ||
1009 | static struct of_device_id omap_iommu_of_match[] = { | 1009 | static const struct of_device_id omap_iommu_of_match[] = { |
1010 | { .compatible = "ti,omap2-iommu" }, | 1010 | { .compatible = "ti,omap2-iommu" }, |
1011 | { .compatible = "ti,omap4-iommu" }, | 1011 | { .compatible = "ti,omap4-iommu" }, |
1012 | { .compatible = "ti,dra7-iommu" }, | 1012 | { .compatible = "ti,dra7-iommu" }, |