summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index da77dc19..f02acad0 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -206,7 +206,8 @@ static int vgpu_intr_thread(void *dev_id)
206 206
207static void vgpu_remove_support(struct gk20a *g) 207static void vgpu_remove_support(struct gk20a *g)
208{ 208{
209 struct vgpu_priv_data *priv = vgpu_get_priv_data_from_dev(g->dev); 209 struct vgpu_priv_data *priv =
210 vgpu_get_priv_data_from_dev(dev_from_gk20a(g));
210 struct tegra_vgpu_intr_msg msg; 211 struct tegra_vgpu_intr_msg msg;
211 int err; 212 int err;
212 213