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.