summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
index 77dae9a7..c26cd250 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.h
@@ -17,9 +17,10 @@
17#ifndef _GK20A_FENCE_H_ 17#ifndef _GK20A_FENCE_H_
18#define _GK20A_FENCE_H_ 18#define _GK20A_FENCE_H_
19 19
20#include <linux/kref.h>
21#include <linux/wait.h> 20#include <linux/wait.h>
22 21
22#include <nvgpu/kref.h>
23
23struct platform_device; 24struct platform_device;
24struct sync_timeline; 25struct sync_timeline;
25struct sync_fence; 26struct sync_fence;