summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index 2dd4ccf5..ac55e988 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -160,8 +160,6 @@ struct priv_cmd_queue {
160 u32 size; /* num of entries in words */ 160 u32 size; /* num of entries in words */
161 u32 put; /* put for priv cmd queue */ 161 u32 put; /* put for priv cmd queue */
162 u32 get; /* get for priv cmd queue */ 162 u32 get; /* get for priv cmd queue */
163 struct list_head free; /* list of pre-allocated free entries */
164 struct list_head head; /* list of used entries */
165}; 163};
166 164
167struct priv_cmd_entry { 165struct priv_cmd_entry {