Re: [PATCH 0/2] drivers/iommu: Constify structs

From: Joerg Roedel
Date: Wed May 27 2020 - 08:39:29 EST


On Mon, May 25, 2020 at 11:49:56PM +0200, Rikard Falkeborn wrote:
> Constify some structs with function pointers to allow the compiler to
> put them in read-only memory. There is not dependency between the
> patches.
>
> Rikard Falkeborn (2):
> iommu/hyper-v: Constify hyperv_ir_domain_ops
> iommu/sun50i: Constify sun50i_iommu_ops
>
> drivers/iommu/hyperv-iommu.c | 2 +-
> drivers/iommu/sun50i-iommu.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Applied both, thanks.