summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/sync
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/sync')
-rw-r--r--drivers/gpu/nvgpu/common/sync/channel_sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/sync/channel_sync.c b/drivers/gpu/nvgpu/common/sync/channel_sync.c
index fa08a7d3..116e5701 100644
--- a/drivers/gpu/nvgpu/common/sync/channel_sync.c
+++ b/drivers/gpu/nvgpu/common/sync/channel_sync.c
@@ -29,11 +29,11 @@
29#include <nvgpu/bug.h> 29#include <nvgpu/bug.h>
30#include <nvgpu/list.h> 30#include <nvgpu/list.h>
31#include <nvgpu/nvhost.h> 31#include <nvgpu/nvhost.h>
32#include <nvgpu/gk20a.h>
32#include <nvgpu/os_fence.h> 33#include <nvgpu/os_fence.h>
33#include <nvgpu/channel.h> 34#include <nvgpu/channel.h>
34#include <nvgpu/channel_sync.h> 35#include <nvgpu/channel_sync.h>
35 36
36#include "gk20a/gk20a.h"
37#include "gk20a/fence_gk20a.h" 37#include "gk20a/fence_gk20a.h"
38#include "gk20a/mm_gk20a.h" 38#include "gk20a/mm_gk20a.h"
39 39