From 27b47c20bdcb5e8e7eb6e28ae55b14b27d671284 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Thu, 1 Nov 2018 19:06:39 +0530 Subject: [PATCH] gpu: nvgpu: remove unused h/w headers from GR files Remove unused h/w header includes from gr_gk20a.c and gr_gv11b.c files Jira NVGPU-1275 Change-Id: I5de337ff446d98314c8310345c30a953e1d16cc7 Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/1941122 Reviewed-by: svc-mobile-coverity Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gr_gk20a.c | 3 --- drivers/gpu/nvgpu/gv11b/gr_gv11b.c | 1 - 2 files changed, 4 deletions(-) diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c index d19102933..99b6553b8 100644 --- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c @@ -53,15 +53,12 @@ #include "gr_pri_gk20a.h" #include "regops_gk20a.h" -#include #include #include #include -#include #include #include #include -#include #define BLK_SIZE (256) #define NV_PERF_PMM_FBP_ROUTER_STRIDE 0x0200 diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c index be03734a3..45e4fa5c2 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.c @@ -58,7 +58,6 @@ #include #include #include -#include #include #define GFXP_WFI_TIMEOUT_COUNT_IN_USEC_DEFAULT 100