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/bus/bus_gk20a.c | 2 +- drivers/gpu/nvgpu/common/bus/bus_gm20b.c | 2 +- drivers/gpu/nvgpu/common/bus/bus_gp10b.c | 2 +- drivers/gpu/nvgpu/common/bus/bus_gv100.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'drivers/gpu/nvgpu/common/bus') diff --git a/drivers/gpu/nvgpu/common/bus/bus_gk20a.c b/drivers/gpu/nvgpu/common/bus/bus_gk20a.c index 5178dcd0..61fd1223 100644 --- a/drivers/gpu/nvgpu/common/bus/bus_gk20a.c +++ b/drivers/gpu/nvgpu/common/bus/bus_gk20a.c @@ -25,8 +25,8 @@ #include #include #include +#include -#include "gk20a/gk20a.h" #include "bus_gk20a.h" #include diff --git a/drivers/gpu/nvgpu/common/bus/bus_gm20b.c b/drivers/gpu/nvgpu/common/bus/bus_gm20b.c index ef5fee8c..5f6488f1 100644 --- a/drivers/gpu/nvgpu/common/bus/bus_gm20b.c +++ b/drivers/gpu/nvgpu/common/bus/bus_gm20b.c @@ -26,8 +26,8 @@ #include #include #include +#include -#include "gk20a/gk20a.h" #include "bus_gm20b.h" #include diff --git a/drivers/gpu/nvgpu/common/bus/bus_gp10b.c b/drivers/gpu/nvgpu/common/bus/bus_gp10b.c index 8aa75d8d..cc1ca390 100644 --- a/drivers/gpu/nvgpu/common/bus/bus_gp10b.c +++ b/drivers/gpu/nvgpu/common/bus/bus_gp10b.c @@ -23,9 +23,9 @@ #include #include #include +#include #include "bus_gp10b.h" -#include "gk20a/gk20a.h" #include diff --git a/drivers/gpu/nvgpu/common/bus/bus_gv100.c b/drivers/gpu/nvgpu/common/bus/bus_gv100.c index eb0387e6..4b654402 100644 --- a/drivers/gpu/nvgpu/common/bus/bus_gv100.c +++ b/drivers/gpu/nvgpu/common/bus/bus_gv100.c @@ -23,9 +23,9 @@ #include #include #include +#include #include "bus_gv100.h" -#include "gk20a/gk20a.h" #include -- cgit v1.2.2