diff options
author | Rikard Falkeborn <[email protected]> | 2021-12-04 23:33:01 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-12-14 14:44:22 +0000 |
commit | 17d9a4b43b284c333bf2c0c347da28bf22fe7a97 (patch) | |
tree | e64881864bda3767b617347cec69e0f0d3bd3167 /net/lapb/lapb_in.c | |
parent | cd76990c94bb2239e1bcf38087ce4be0512c1232 (diff) |
iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_ops
The only usage of arm_smmu_mmu_notifier_ops is to assign its address to
the ops field in the mmu_notifier struct, which is a pointer to const
struct mmu_notifier_ops. Make it const to allow the compiler to put it
in read-only memory.
Signed-off-by: Rikard Falkeborn <[email protected]>
Reviewed-by: Jean-Philippe Brucker <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions