From 998c59883453388f9e4a8eb391b7604c069154a6 Mon Sep 17 00:00:00 2001 From: ddutta Date: Fri, 14 Sep 2018 15:34:20 +0530 Subject: gpu: nvgpu: change location of gk20a.h Update the location of gk20a.h to include/nvgpu/gk20a.h in the following directories. nvgpu/boardobj/ nvgpu/clk/ nvgpu/lpwr/ nvgpu/perf/ nvgpu/pmgr/ nvgpu/pstate/ nvgpu/therm/ nvgpu/volt/ Jira NVGPU-597 Change-Id: I5d9e74ae2f1a646087f15a5872daf9017c1580a9 Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1822741 Reviewed-by: svc-misra-checker Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/perf/perf.c | 2 +- drivers/gpu/nvgpu/perf/vfe_equ.c | 2 +- drivers/gpu/nvgpu/perf/vfe_var.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/gpu/nvgpu/perf') diff --git a/drivers/gpu/nvgpu/perf/perf.c b/drivers/gpu/nvgpu/perf/perf.c index f8b1daf0..daed6f54 100644 --- a/drivers/gpu/nvgpu/perf/perf.c +++ b/drivers/gpu/nvgpu/perf/perf.c @@ -23,8 +23,8 @@ #include #include #include +#include -#include "gk20a/gk20a.h" #include "perf.h" struct perfrpc_pmucmdhandler_params { diff --git a/drivers/gpu/nvgpu/perf/vfe_equ.c b/drivers/gpu/nvgpu/perf/vfe_equ.c index 8b308f37..4e93c82e 100644 --- a/drivers/gpu/nvgpu/perf/vfe_equ.c +++ b/drivers/gpu/nvgpu/perf/vfe_equ.c @@ -21,8 +21,8 @@ */ #include +#include -#include "gk20a/gk20a.h" #include "perf.h" #include "vfe_equ.h" #include "boardobj/boardobjgrp.h" diff --git a/drivers/gpu/nvgpu/perf/vfe_var.c b/drivers/gpu/nvgpu/perf/vfe_var.c index 9be069b0..8518fc26 100644 --- a/drivers/gpu/nvgpu/perf/vfe_var.c +++ b/drivers/gpu/nvgpu/perf/vfe_var.c @@ -21,8 +21,8 @@ */ #include +#include -#include "gk20a/gk20a.h" #include "perf.h" #include "vfe_var.h" #include "boardobj/boardobjgrp.h" -- cgit v1.2.2