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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index e6ed9898..ce0209fb 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -152,8 +152,8 @@ struct gk20a_platform {
152 */ 152 */
153 void (*dump_platform_dependencies)(struct platform_device *dev); 153 void (*dump_platform_dependencies)(struct platform_device *dev);
154 154
155#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
156 bool virtual_dev; 155 bool virtual_dev;
156#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION
157 u64 virt_handle; 157 u64 virt_handle;
158 struct task_struct *intr_handler; 158 struct task_struct *intr_handler;
159#endif 159#endif