From 70dc188c12e14223945ebb8cf70539e40c55d0e5 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Wed, 15 Nov 2017 11:44:41 -0800 Subject: gpu: nvgpu: Remove dma_buf forward dec Remove a forward declaration of dma_buf in . 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 Reviewed-on: https://git-master.nvidia.com/r/1598934 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/vm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers') 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 @@ #include #include -struct dma_buf; - struct vm_gk20a; struct nvgpu_vm_area; struct gk20a_comptag_allocator; -- cgit v1.2.2