From fd79ecec0501d94bb462355d7f4c8247a2c934ad Mon Sep 17 00:00:00 2001 From: Vinod G Date: Thu, 2 May 2019 16:43:45 -0700 Subject: [PATCH] gpu: nvgpu: Remove unused gr_priv header include Remove unused gr_priv.h and gr.h include from two files. Jira NVGPU-3218 Change-Id: Ic3ec9a07d2e6928444490d3bc874702a76d0c2c8 Signed-off-by: Vinod G Reviewed-on: https://git-master.nvidia.com/r/2110725 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/fifo/channel.c | 1 - drivers/gpu/nvgpu/hal/ltc/ltc_gm20b.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/gpu/nvgpu/common/fifo/channel.c b/drivers/gpu/nvgpu/common/fifo/channel.c index 4cbf3ce8f..2089d59f3 100644 --- a/drivers/gpu/nvgpu/common/fifo/channel.c +++ b/drivers/gpu/nvgpu/common/fifo/channel.c @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/gpu/nvgpu/hal/ltc/ltc_gm20b.c b/drivers/gpu/nvgpu/hal/ltc/ltc_gm20b.c index b5fe2cea5..4b19a79f5 100644 --- a/drivers/gpu/nvgpu/hal/ltc/ltc_gm20b.c +++ b/drivers/gpu/nvgpu/hal/ltc/ltc_gm20b.c @@ -38,7 +38,6 @@ #include #include "ltc_gm20b.h" -#include "common/gr/gr_priv.h" void gm20b_ltc_init_fs_state(struct gk20a *g) {