summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/tsg_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/tsg_vgpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
index 701be345..3f6b6fd9 100644
--- a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
@@ -22,6 +22,8 @@
22#include "gk20a/tsg_gk20a.h" 22#include "gk20a/tsg_gk20a.h"
23#include "vgpu.h" 23#include "vgpu.h"
24 24
25#include <nvgpu/bug.h>
26
25static int vgpu_tsg_open(struct tsg_gk20a *tsg) 27static int vgpu_tsg_open(struct tsg_gk20a *tsg)
26{ 28{
27 struct tegra_vgpu_cmd_msg msg = {}; 29 struct tegra_vgpu_cmd_msg msg = {};