commit | 0b9a36947c6bfa4b63224e0906c743aa3314a2d3 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Mon Aug 28 17:42:05 2017 +0530 |
committer | Joerg Roedel <jroedel@suse.de> | Wed Aug 30 15:13:54 2017 +0200 |
tree | d31e141d716483b8081e8fc185ff66c4b69d594b | |
parent | 928055a01b3f9d8d50dea522227b3e7b65409fed [diff] |
iommu/exynos: Constify iommu_ops iommu_ops are not supposed to change at runtime. Functions 'iommu_device_set_ops' and 'bus_set_iommu' working with const iommu_ops provided by <linux/iommu.h>. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Acked-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>