summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vm.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-10-23 12:11:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-06 19:29:31 -0500
commit973553069dcf4220484e6ea85f35646ab8a12094 (patch)
tree32ff42048809045ccb4afbb8a32a00356c0d4a6f /drivers/gpu/nvgpu/common/linux/vm.c
parent5fb2804d189397d092e36ef8ce4a38afcad40c93 (diff)
gpu: nvgpu: Fix missing #includes and fw decls in Linux code
ioctl_channel.h and cde.h referred to multiple structures that were not forward declared or explitly #included in. Add several forward declarations and #includes. Also add #include for <uapi/linux/nvgpu.h> to multiple Linux .c files that were missing it. Change-Id: Iefd52e71224d5810b5abbcc765f92bc535d7a28b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1591634 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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 123807d9..0cfd010b 100644
--- a/drivers/gpu/nvgpu/common/linux/vm.c
+++ b/drivers/gpu/nvgpu/common/linux/vm.c
@@ -16,6 +16,7 @@
16 16
17#include <linux/dma-buf.h> 17#include <linux/dma-buf.h>
18#include <linux/scatterlist.h> 18#include <linux/scatterlist.h>
19#include <uapi/linux/nvgpu.h>
19 20
20#include <nvgpu/log.h> 21#include <nvgpu/log.h>
21#include <nvgpu/lock.h> 22#include <nvgpu/lock.h>