summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fence_gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
index 0f7f3ea1..142663dd 100644
--- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c
@@ -31,7 +31,6 @@
31 31
32#include "gk20a.h" 32#include "gk20a.h"
33#include "channel_gk20a.h" 33#include "channel_gk20a.h"
34#include "sync_gk20a.h"
35 34
36struct gk20a_fence_ops { 35struct gk20a_fence_ops {
37 int (*wait)(struct gk20a_fence *, long timeout); 36 int (*wait)(struct gk20a_fence *, long timeout);