summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/dma.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/dma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/dma.c b/drivers/gpu/nvgpu/common/linux/dma.c
index d3d51f18..53f3a35e 100644
--- a/drivers/gpu/nvgpu/common/linux/dma.c
+++ b/drivers/gpu/nvgpu/common/linux/dma.c
@@ -25,6 +25,7 @@
25#include <nvgpu/linux/dma.h> 25#include <nvgpu/linux/dma.h>
26 26
27#include "gk20a/gk20a.h" 27#include "gk20a/gk20a.h"
28#include "gk20a/platform_gk20a.h"
28 29
29#if defined(CONFIG_GK20A_VIDMEM) 30#if defined(CONFIG_GK20A_VIDMEM)
30static u64 __nvgpu_dma_alloc(struct nvgpu_allocator *allocator, dma_addr_t at, 31static u64 __nvgpu_dma_alloc(struct nvgpu_allocator *allocator, dma_addr_t at,