summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/fifo_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index e9a2d582..339f2237 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -18,8 +18,9 @@
18 18
19#include "vgpu/vgpu.h" 19#include "vgpu/vgpu.h"
20#include "gk20a/ctxsw_trace_gk20a.h" 20#include "gk20a/ctxsw_trace_gk20a.h"
21#include "gk20a/hw_fifo_gk20a.h" 21
22#include "gk20a/hw_ram_gk20a.h" 22#include <nvgpu/hw/gk20a/hw_fifo_gk20a.h>
23#include <nvgpu/hw/gk20a/hw_ram_gk20a.h>
23 24
24static void vgpu_channel_bind(struct channel_gk20a *ch) 25static void vgpu_channel_bind(struct channel_gk20a *ch)
25{ 26{