diff options
author | Yong Wu <yong.wu@mediatek.com> | 2021-01-11 14:18:49 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-02-01 14:31:16 +0300 |
commit | 66a28915541549f0fe0f4c705dab77443f22b5d6 (patch) | |
tree | d3e4de46f72ad2068ecead428d9fcdd2894b5901 /drivers/iommu/mtk_iommu.h | |
parent | fc3734698a435b301183acc8332f0a5fba868bc3 (diff) | |
download | linux-66a28915541549f0fe0f4c705dab77443f22b5d6.tar.xz |
iommu/mediatek: Use the common mtk-memory-port.h
Use the common memory header(larb-port) in the source code.
Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Link: https://lore.kernel.org/r/20210111111914.22211-9-yong.wu@mediatek.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/mtk_iommu.h')
-rw-r--r-- | drivers/iommu/mtk_iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/mtk_iommu.h b/drivers/iommu/mtk_iommu.h index df32b3e3408b..c1584dea66cb 100644 --- a/drivers/iommu/mtk_iommu.h +++ b/drivers/iommu/mtk_iommu.h @@ -17,6 +17,7 @@ #include <linux/spinlock.h> #include <linux/dma-mapping.h> #include <soc/mediatek/smi.h> +#include <dt-bindings/memory/mtk-memory-port.h> #define MTK_LARB_COM_MAX 8 #define MTK_LARB_SUBCOM_MAX 4 |