Re: [RFC PATCH v2 02/18] iommu/riscv: Move struct riscv_iommu_domain and info to iommu.h
From: Nutty.Liu
Date: Tue Sep 30 2025 - 04:26:50 EST
On 9/21/2025 4:38 AM, Andrew Jones wrote:
In order to add the interrupt remapping support in a separate file,Reviewed-by: Nutty Liu <nutty.liu@xxxxxxxxxxx>
share struct riscv_iommu_domain and struct riscv_iommu_info through
the header.
Signed-off-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
---
drivers/iommu/riscv/iommu.c | 20 --------------------
drivers/iommu/riscv/iommu.h | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 20 deletions(-)
Thanks,
Nutty