summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/mm.h b/drivers/gpu/nvgpu/include/nvgpu/mm.h
index 3c9da601..ace22742 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/mm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/mm.h
@@ -129,7 +129,7 @@ struct mm_gk20a {
129 struct nvgpu_mem bar2_desc; 129 struct nvgpu_mem bar2_desc;
130 130
131 struct nvgpu_mem hw_fault_buf[FAULT_TYPE_NUM]; 131 struct nvgpu_mem hw_fault_buf[FAULT_TYPE_NUM];
132 struct mmu_fault_info *fault_info[FAULT_TYPE_NUM]; 132 struct mmu_fault_info fault_info[FAULT_TYPE_NUM];
133 struct nvgpu_mutex hub_isr_mutex; 133 struct nvgpu_mutex hub_isr_mutex;
134 u32 hub_intr_types; 134 u32 hub_intr_types;
135 135