From 0d3f06931b58e7c5131b1e9659f9c83160f70e45 Mon Sep 17 00:00:00 2001 From: Konsta Holtta Date: Tue, 12 Feb 2019 13:05:38 +0200 Subject: [PATCH] gpu: nvgpu: delete unnecessary ccsr includes ce2 and cde are not using the hw ccsr header for anything so delete the include directives from them. Jira NVGPU-1307 Change-Id: I7b74504a8e3eae4be4e189e74358254cb10f1ac7 Signed-off-by: Konsta Holtta Reviewed-on: https://git-master.nvidia.com/r/2017270 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/ce2_gk20a.c | 1 - drivers/gpu/nvgpu/os/linux/cde.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c index a3cfacd72..31ce2d988 100644 --- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c @@ -37,7 +37,6 @@ #include #include -#include #include #include #include diff --git a/drivers/gpu/nvgpu/os/linux/cde.c b/drivers/gpu/nvgpu/os/linux/cde.c index 2670e1f92..853494b52 100644 --- a/drivers/gpu/nvgpu/os/linux/cde.c +++ b/drivers/gpu/nvgpu/os/linux/cde.c @@ -50,7 +50,6 @@ #include "cde_gm20b.h" #include "cde_gp10b.h" -#include #include static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx);