From 8381eeea4f9b4717854387068ddf9244973e7d0d Mon Sep 17 00:00:00 2001 From: ddutta Date: Fri, 14 Sep 2018 16:50:24 +0530 Subject: gpu: nvgpu: change location of gk20a.h#include Update the include location of gk20a.h to include/nvgpu/gk20a.h in the following directories. nvgpu/gm20b/ nvgpu/gp10b/ nvgpu/gv11b/ Jira NVGPU-597 Change-Id: Ie38d4a72bb65c41bd30058350509bfa7e87bb64e Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1822789 Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c index cf51e8b4..a06eca58 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c @@ -24,7 +24,8 @@ * DEALINGS IN THE SOFTWARE. */ -#include "gk20a/gk20a.h" +#include + #include "gr_ctx_gp10b.h" int gr_gp10b_get_netlist_name(struct gk20a *g, int index, char *name) -- cgit v1.2.2