From e37e527172e298eddbff78625b524f53ae0d3f96 Mon Sep 17 00:00:00 2001 From: Vinod G Date: Fri, 25 May 2018 11:15:56 -0700 Subject: gpu: nvgpu: Fix include path for clockgating headers Removed the reference for $NVGPU/drivers/gpu/nvgpu/common from Makefile and fixed the include path for the clockgating headers in HAL files. Change-Id: I34c179866d28c932501b38184ec18d20dce81480 Signed-off-by: Vinod G Reviewed-on: https://git-master.nvidia.com/r/1730759 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c') diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c index 1ed576f9..3f6d4e0f 100644 --- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c +++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c @@ -21,6 +21,7 @@ */ #include "common/bus/bus_gk20a.h" +#include "common/clock_gating/gp10b_gating_reglist.h" #include "vgpu/fifo_vgpu.h" #include "vgpu/gr_vgpu.h" @@ -51,7 +52,6 @@ #include "gp10b/gr_gp10b.h" #include "gp10b/gr_ctx_gp10b.h" #include "gp10b/fifo_gp10b.h" -#include "clock_gating/gp10b_gating_reglist.h" #include "gp10b/regops_gp10b.h" #include "gp10b/therm_gp10b.h" #include "gp10b/priv_ring_gp10b.h" -- cgit v1.2.2