From 98e84b8046c7ef04fc71a9c55fbf2430cf66be50 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Wed, 26 Feb 2020 15:25:22 +0530 Subject: [PATCH] gpu: nvgpu: fix the includes in ce unit As per the coding guidelines, absolute paths in header inclusion are prohibited. Fix such instances in ce unit. JIRA NVGPU-5075 Change-Id: I63ebc576e72a8a666a2c9d207dafc4e96473ea32 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2303087 Tested-by: mobile promotions Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-misra Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/hal/ce/ce_gv11b_fusa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/nvgpu/hal/ce/ce_gv11b_fusa.c b/drivers/gpu/nvgpu/hal/ce/ce_gv11b_fusa.c index 15984f38a..3e2e95a21 100644 --- a/drivers/gpu/nvgpu/hal/ce/ce_gv11b_fusa.c +++ b/drivers/gpu/nvgpu/hal/ce/ce_gv11b_fusa.c @@ -23,13 +23,13 @@ */ #include -#include "nvgpu/log.h" -#include "nvgpu/bitops.h" +#include +#include #include #include -#include "hal/ce/ce_gp10b.h" -#include "hal/ce/ce_gv11b.h" +#include "ce_gp10b.h" +#include "ce_gv11b.h" #include