summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-11-15 14:44:41 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-16 15:39:05 -0500
commit70dc188c12e14223945ebb8cf70539e40c55d0e5 (patch)
treefee700e1f8bbf40ec84b82218a997f36e4ef2fd6 /drivers
parent201fb02c244759fe4ade7c347a3b5f26b698be05 (diff)
gpu: nvgpu: Remove dma_buf forward dec
Remove a forward declaration of dma_buf in <nvgpu/vm.h>. This forward declaration is no longer necessary since all usage of dma_bufs has been removed from common code! JIRA NVGPU-224 JIRA NVGPU-30 Change-Id: I0948d8b99efc6429f7a6d122ef3655d670205d75 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1598934 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vm.h b/drivers/gpu/nvgpu/include/nvgpu/vm.h
index c0a4124c..7009ddf4 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vm.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vm.h
@@ -31,8 +31,6 @@
31#include <nvgpu/nvgpu_mem.h> 31#include <nvgpu/nvgpu_mem.h>
32#include <nvgpu/allocator.h> 32#include <nvgpu/allocator.h>
33 33
34struct dma_buf;
35
36struct vm_gk20a; 34struct vm_gk20a;
37struct nvgpu_vm_area; 35struct nvgpu_vm_area;
38struct gk20a_comptag_allocator; 36struct gk20a_comptag_allocator;