Re: [PATCH v5 26/34] iommu/mediatek: Remove mtk_iommu.h

From: AngeloGioacchino Del Regno
Date: Fri Feb 18 2022 - 07:52:55 EST


Il 17/02/22 12:34, Yong Wu ha scritto:
Currently there is only compare_of/release_of/a suspend structure in the
header file. I think it is no need to keep a header file only for these.
Move these into the c file and rm this header file.

I think there should be a common helper for compare_of and release_of.
There is many copy in drm, it should be another topic.

Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>

---
drivers/iommu/mtk_iommu.c | 25 ++++++++++++++++++++-
drivers/iommu/mtk_iommu.h | 42 ------------------------------------
drivers/iommu/mtk_iommu_v1.c | 21 +++++++++++++++---
3 files changed, 42 insertions(+), 46 deletions(-)
delete mode 100644 drivers/iommu/mtk_iommu.h