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/gv11b/hal_gv11b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv11b') diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c index a47b3ce6..2379c17b 100644 --- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c @@ -23,6 +23,7 @@ */ #include "common/bus/bus_gk20a.h" +#include "common/clock_gating/gv11b_gating_reglist.h" #include "gk20a/gk20a.h" #include "gk20a/fifo_gk20a.h" @@ -77,7 +78,6 @@ #include "acr_gv11b.h" #include "fb_gv11b.h" #include "fifo_gv11b.h" -#include "clock_gating/gv11b_gating_reglist.h" #include "regops_gv11b.h" #include "subctx_gv11b.h" #include "therm_gv11b.h" -- cgit v1.2.2