iommu/arm-smmu: make iommu_ops non-const
In preparation for the forthcoming flurry of cherry-picks, match things up with the 3.14 fork point by making the arm_smmu_ops variable non-const. With this in place we should be able to cleanly cherry-pick everything from the 3.14 fork point to the end of the msm-3.14 branch. Change-Id: Ifa9d786e27be6d182edfecc1c05e033bc931cbd0 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
parent
4bf45874e8
commit
dc97584f5a
1 changed files with 1 additions and 1 deletions
|
@ -1644,7 +1644,7 @@ static void arm_smmu_remove_device(struct device *dev)
|
|||
iommu_group_remove_device(dev);
|
||||
}
|
||||
|
||||
static const struct iommu_ops arm_smmu_ops = {
|
||||
static struct iommu_ops arm_smmu_ops = {
|
||||
.capable = arm_smmu_capable,
|
||||
.domain_init = arm_smmu_domain_init,
|
||||
.domain_destroy = arm_smmu_domain_destroy,
|
||||
|
|
Loading…
Add table
Reference in a new issue