summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/fifo_t19x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/fifo_t19x.h')
-rw-r--r--drivers/gpu/nvgpu/fifo_t19x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/fifo_t19x.h b/drivers/gpu/nvgpu/fifo_t19x.h
index 531c6f34..25d5f41d 100644
--- a/drivers/gpu/nvgpu/fifo_t19x.h
+++ b/drivers/gpu/nvgpu/fifo_t19x.h
@@ -16,6 +16,7 @@
16 16
17struct fifo_t19x { 17struct fifo_t19x {
18 void __iomem *usermode_regs; 18 void __iomem *usermode_regs;
19 u32 max_subctx_count;
19}; 20};
20 21
21#endif 22#endif