summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index e738b152..bed8a361 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -138,8 +138,6 @@ struct fifo_gk20a {
138 u32 mmu_fault_engines; 138 u32 mmu_fault_engines;
139 bool deferred_reset_pending; 139 bool deferred_reset_pending;
140 struct mutex deferred_reset_mutex; 140 struct mutex deferred_reset_mutex;
141
142 struct work_struct fault_restore_thread;
143}; 141};
144 142
145int gk20a_init_fifo_support(struct gk20a *g); 143int gk20a_init_fifo_support(struct gk20a *g);