aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc/tegra/mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/soc/tegra/mc.h')
-rw-r--r--include/soc/tegra/mc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/tegra/mc.h b/include/soc/tegra/mc.h
index 1ab2813273cd..370f2909ec19 100644
--- a/include/soc/tegra/mc.h
+++ b/include/soc/tegra/mc.h
@@ -102,6 +102,8 @@ struct tegra_mc_soc {
102 unsigned int num_address_bits; 102 unsigned int num_address_bits;
103 unsigned int atom_size; 103 unsigned int atom_size;
104 104
105 u8 client_id_mask;
106
105 const struct tegra_smmu_soc *smmu; 107 const struct tegra_smmu_soc *smmu;
106}; 108};
107 109