summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 39be4e9c..8d6d36fc 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -922,7 +922,7 @@ struct gk20a {
922 /* 922 /*
923 * A group of semaphore pools. One for each channel. 923 * A group of semaphore pools. One for each channel.
924 */ 924 */
925 struct gk20a_semaphore_sea *sema_sea; 925 struct nvgpu_semaphore_sea *sema_sea;
926 926
927 /* List of pending SW semaphore waits. */ 927 /* List of pending SW semaphore waits. */
928 struct list_head pending_sema_waits; 928 struct list_head pending_sema_waits;