From bb008aeca6c993f9c083c4cadce2d2e515e6db6b Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 6 Jul 2020 11:45:02 -0700 Subject: [PATCH] gpu: nvgpu: Do not include nvmap header in nvgpu nvgpu does not call nvmap directly, so removing also the #include dependency. Bug 3030537 Change-Id: I320b606554d4bc42b6ee15cfa77bb5575f4118b0 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2371358 Reviewed-by: automaticguardword Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c | 1 - drivers/gpu/nvgpu/os/linux/platform_gp10b_tegra.c | 1 - drivers/gpu/nvgpu/os/linux/platform_gv11b_tegra.c | 1 - 3 files changed, 3 deletions(-) diff --git a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c index d7b4c01b4..a05412229 100644 --- a/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c +++ b/drivers/gpu/nvgpu/os/linux/platform_gk20a_tegra.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #if defined(CONFIG_TEGRA_DVFS) #include diff --git a/drivers/gpu/nvgpu/os/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/os/linux/platform_gp10b_tegra.c index 45c31fd8b..e62b37b6b 100644 --- a/drivers/gpu/nvgpu/os/linux/platform_gp10b_tegra.c +++ b/drivers/gpu/nvgpu/os/linux/platform_gp10b_tegra.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #ifdef CONFIG_TEGRA_BWMGR #include diff --git a/drivers/gpu/nvgpu/os/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/os/linux/platform_gv11b_tegra.c index 19178b25f..6e8477934 100644 --- a/drivers/gpu/nvgpu/os/linux/platform_gv11b_tegra.c +++ b/drivers/gpu/nvgpu/os/linux/platform_gv11b_tegra.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include