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 895af06a667f..031b2476bcc4 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c | |||
@@ -1291,7 +1291,7 @@ static void omap_iommu_remove_device(struct device *dev) | |||
1291 | kfree(arch_data); | 1291 | kfree(arch_data); |
1292 | } | 1292 | } |
1293 | 1293 | ||
1294 | static struct iommu_ops omap_iommu_ops = { | 1294 | static const struct iommu_ops omap_iommu_ops = { |
1295 | .domain_init = omap_iommu_domain_init, | 1295 | .domain_init = omap_iommu_domain_init, |
1296 | .domain_destroy = omap_iommu_domain_destroy, | 1296 | .domain_destroy = omap_iommu_domain_destroy, |
1297 | .attach_dev = omap_iommu_attach_dev, | 1297 | .attach_dev = omap_iommu_attach_dev, |