diff options
author | Yong Wu <[email protected]> | 2017-08-24 15:42:11 +0800 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2017-08-28 11:26:21 +0200 |
commit | 4f1c8ea16b643be339f0e80b3535bc5b5fe8f9a3 (patch) | |
tree | 9ee439dc6713fab1a9406872cc6c75584a38fb18 /mm/page_alloc.c | |
parent | 4f608d382e6fa982655e37d0e1b6c134fdc0e4c3 (diff) |
iommu/mediatek: Fix a build fail of m4u_type
The commit ("iommu/mediatek: Enlarge the validate PA range
for 4GB mode") introduce the following build error:
drivers/iommu/mtk_iommu.c: In function 'mtk_iommu_hw_init':
>> drivers/iommu/mtk_iommu.c:536:30: error: 'const struct mtk_iommu_data'
has no member named 'm4u_type'; did you mean 'm4u_dom'?
if (data->enable_4GB && data->m4u_type != M4U_MT8173) {
This patch fix it, use "m4u_plat" instead of "m4u_type".
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Yong Wu <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions