From 032860d8de01ac3a3357a4758e7ee81bd418c48f Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Fri, 21 Sep 2018 12:18:46 +0530 Subject: gpu: nvgpu: move header location of gk20a.h change the path of gk20a.h to for files in the following directories. gp106/ gv100/ Jira NVGPU-597 Change-Id: I098c12c34cdce764e6fca4ea1d16c5f8dee81026 Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1836707 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv100/gv100.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gv100/gv100.h') diff --git a/drivers/gpu/nvgpu/gv100/gv100.h b/drivers/gpu/nvgpu/gv100/gv100.h index 7cc1f77b..42862251 100644 --- a/drivers/gpu/nvgpu/gv100/gv100.h +++ b/drivers/gpu/nvgpu/gv100/gv100.h @@ -1,7 +1,7 @@ /* * GV100 Graphics * - * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,7 +25,7 @@ #ifndef GV100_H #define GV100_H -#include "gk20a/gk20a.h" +#include int gv100_init_gpu_characteristics(struct gk20a *g); -- cgit v1.2.2