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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
index 7bb8f671..a81b5022 100644
--- a/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/tsg_vgpu.c
@@ -21,9 +21,9 @@
21 */ 21 */
22 22
23#include "gk20a/gk20a.h" 23#include "gk20a/gk20a.h"
24#include "gk20a/channel_gk20a.h"
25#include "gk20a/tsg_gk20a.h" 24#include "gk20a/tsg_gk20a.h"
26#include "fifo_vgpu.h" 25#include "fifo_vgpu.h"
26#include <nvgpu/channel.h>
27 27
28#include <nvgpu/bug.h> 28#include <nvgpu/bug.h>
29#include <nvgpu/vgpu/tegra_vgpu.h> 29#include <nvgpu/vgpu/tegra_vgpu.h>