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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/mm.h b/drivers/gpu/nvgpu/include/nvgpu/mm.h
index ace22742..b06d0361 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/mm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/mm.h
@@ -131,7 +131,6 @@ struct mm_gk20a {
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;
135 134
136 /* 135 /*
137 * Separate function to cleanup the CE since it requires a channel to 136 * Separate function to cleanup the CE since it requires a channel to