From e86e19c4fb839d31df390d4b2127cf1494ccad9c Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Wed, 11 Oct 2017 03:25:46 -0700 Subject: gpu: nvgpu: forward declare gk20a_debug_output in gr_gp10b.h Forward declare struct gk20a_debug_output in gr_gp10b.h since we do not explicitly include any header file for same Jira NVGPU-259 Change-Id: I9a4048591363e2ddbe7e8b3c2e56ab1e4eae0b3a Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/1576931 Reviewed-by: Alex Waterman Reviewed-by: Konsta Holtta Reviewed-by: Terje Bergstrom GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/gp10b/gr_gp10b.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu') diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h index aaea3030..6ae4789a 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.h @@ -33,6 +33,7 @@ struct channel_ctx_gk20a; struct zbc_entry; struct gr_ctx_desc; struct nvgpu_preemption_modes_rec; +struct gk20a_debug_output; enum { PASCAL_CHANNEL_GPFIFO_A = 0xC06F, -- cgit v1.2.2