Skip to content

Commit 9ff894e

Browse files
YongWu-HFjoergroedel
authored andcommitted
iommu/mediatek: Remove unused "mapping" member from mtk_iommu_data
Just remove a unused variable that only is for mtk_iommu_v1. Signed-off-by: Yong Wu <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 6cde583 commit 9ff894e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/iommu/mtk_iommu.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,7 @@ struct mtk_iommu_data {
229229
struct device *smicomm_dev;
230230

231231
struct mtk_iommu_bank_data *bank;
232-
233-
struct dma_iommu_mapping *mapping; /* For mtk_iommu_v1.c */
234232
struct regmap *pericfg;
235-
236233
struct mutex mutex; /* Protect m4u_group/m4u_dom above */
237234

238235
/*

0 commit comments

Comments
 (0)