From 421e64aad73c419495253c62b131677cf25c4924 Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Wed, 19 Sep 2018 11:46:27 +0530 Subject: gpu: nvgpu: move header location of gk20a.h Update header path of gk20a.h in files present in common/ to Jira NVGPU-597 Change-Id: I3431dae93ada9bd561454c89a0b99c5292ab4a8d Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1832024 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/xve/xve_gp106.c | 7 +++---- drivers/gpu/nvgpu/common/xve/xve_gp106.h | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'drivers/gpu/nvgpu/common/xve') diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.c b/drivers/gpu/nvgpu/common/xve/xve_gp106.c index 29d97843..d5e5f754 100644 --- a/drivers/gpu/nvgpu/common/xve/xve_gp106.c +++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.c @@ -19,15 +19,14 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ - -#include "gk20a/gk20a.h" -#include "gp106/bios_gp106.h" - #include #include #include #include #include +#include + +#include "gp106/bios_gp106.h" #include "xve_gp106.h" diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.h b/drivers/gpu/nvgpu/common/xve/xve_gp106.h index 992f0c86..fcf50658 100644 --- a/drivers/gpu/nvgpu/common/xve/xve_gp106.h +++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.h @@ -23,10 +23,9 @@ #ifndef NVGPU_XVE_GP106_H #define NVGPU_XVE_GP106_H -#include "gk20a/gk20a.h" - #include #include +#include int gp106_init_xve_ops(struct gpu_ops *gops); -- cgit v1.2.2