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/ptimer/ptimer.c | 3 +-- drivers/gpu/nvgpu/common/ptimer/ptimer_gk20a.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers/gpu/nvgpu/common/ptimer') diff --git a/drivers/gpu/nvgpu/common/ptimer/ptimer.c b/drivers/gpu/nvgpu/common/ptimer/ptimer.c index 992ea3d6..4f0b3131 100644 --- a/drivers/gpu/nvgpu/common/ptimer/ptimer.c +++ b/drivers/gpu/nvgpu/common/ptimer/ptimer.c @@ -22,8 +22,7 @@ #include #include - -#include "gk20a/gk20a.h" +#include int nvgpu_get_timestamps_zipper(struct gk20a *g, u32 source_id, u32 count, diff --git a/drivers/gpu/nvgpu/common/ptimer/ptimer_gk20a.c b/drivers/gpu/nvgpu/common/ptimer/ptimer_gk20a.c index eeb6e460..cbbacac7 100644 --- a/drivers/gpu/nvgpu/common/ptimer/ptimer_gk20a.c +++ b/drivers/gpu/nvgpu/common/ptimer/ptimer_gk20a.c @@ -22,8 +22,8 @@ #include #include +#include -#include "gk20a/gk20a.h" #include "ptimer_gk20a.h" #include -- cgit v1.2.2