diff --git a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c index 83d3634c9..bdb7fb3f0 100644 --- a/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c +++ b/drivers/gpu/nvgpu/common/linux/platform_gp10b_tegra.c @@ -41,9 +41,6 @@ #include "gp10b/platform_gp10b.h" #include "platform_gp10b_tegra.h" -#include -#include - /* Select every GP10B_FREQ_SELECT_STEP'th frequency from h/w table */ #define GP10B_FREQ_SELECT_STEP 8 /* Max number of freq supported in h/w */ diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c index a07537708..32441c5bd 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/gk20a.c @@ -47,10 +47,6 @@ #include "nvgpu_gpuid_t19x.h" #endif -#include -#include -#include - void __nvgpu_check_gpu_state(struct gk20a *g) { u32 boot_0 = g->ops.mc.boot_0(g, NULL, NULL, NULL);