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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 84b3fcaf..6bffed9e 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -59,8 +59,10 @@ struct gk20a_platform {
59 struct clk *clk[3]; 59 struct clk *clk[3];
60 int num_clks; 60 int num_clks;
61 61
62#ifdef CONFIG_RESET_CONTROLLER
62 /* Reset control for device */ 63 /* Reset control for device */
63 struct reset_control *reset_control; 64 struct reset_control *reset_control;
65#endif
64 66
65 /* Delay before rail gated */ 67 /* Delay before rail gated */
66 int railgate_delay; 68 int railgate_delay;