summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vm.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vm.c b/drivers/gpu/nvgpu/common/linux/vm.c
index cbacbdc0..d47d6bb1 100644
--- a/drivers/gpu/nvgpu/common/linux/vm.c
+++ b/drivers/gpu/nvgpu/common/linux/vm.c
@@ -29,6 +29,7 @@
29#include "gk20a/platform_gk20a.h" 29#include "gk20a/platform_gk20a.h"
30 30
31#include "vm_priv.h" 31#include "vm_priv.h"
32#include "os_linux.h"
32 33
33static struct nvgpu_mapped_buf *__nvgpu_vm_find_mapped_buf_reverse( 34static struct nvgpu_mapped_buf *__nvgpu_vm_find_mapped_buf_reverse(
34 struct vm_gk20a *vm, struct dma_buf *dmabuf, u32 kind) 35 struct vm_gk20a *vm, struct dma_buf *dmabuf, u32 kind)