Re: [PATCH v10 23/23] iommu/mediatek: Clean up struct mtk_smi_iommu

2019-08-22 Thread Matthias Brugger
On 21/08/2019 15:53, Yong Wu wrote: > Remove the "struct mtk_smi_iommu" to simplify the code since it has only > one item in it right now. > > Signed-off-by: Yong Wu Reviewed-by: Matthias Brugger > --- > drivers/iommu/mtk_iommu.c| 4 ++-- > drivers/iommu/mtk_iommu.h| 6 +++--- > dr

[PATCH v10 23/23] iommu/mediatek: Clean up struct mtk_smi_iommu

2019-08-21 Thread Yong Wu
Remove the "struct mtk_smi_iommu" to simplify the code since it has only one item in it right now. Signed-off-by: Yong Wu --- drivers/iommu/mtk_iommu.c| 4 ++-- drivers/iommu/mtk_iommu.h| 6 +++--- drivers/iommu/mtk_iommu_v1.c | 4 ++-- drivers/memory/mtk-smi.c | 6 +++--- include/so