summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 231f97b3..76e9cf6c 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -118,6 +118,7 @@ struct gk20a_platform {
118 118
119 /* Called to turn on the device */ 119 /* Called to turn on the device */
120 int (*unrailgate)(struct platform_device *dev); 120 int (*unrailgate)(struct platform_device *dev);
121 struct mutex railgate_lock;
121 122
122 /* Called to check state of device */ 123 /* Called to check state of device */
123 bool (*is_railgated)(struct platform_device *dev); 124 bool (*is_railgated)(struct platform_device *dev);