summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/pmu_gp106.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-20 15:26:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-21 20:34:44 -0400
commit2ffbdc50d884215ba043e8afd3c3bcbefd1e66f8 (patch)
tree02b539fa7d03466512eee5c187ce893f61a275a9 /drivers/gpu/nvgpu/gp106/pmu_gp106.c
parent581e8b4ec86b13706e4423609a543fc2510b4ffe (diff)
gpu: nvgpu: Remove some #includes from gk20a.h
linux/version.h and linux/sched.h are not used by gk20a.h, so remove them. acr_gm20b.h and bus_gk20a.h are not needed by gk20a.h, so remove them. pmu_gp106.c relies on implicit #include of acr_gm20b.h by gk20a.h, so add that as an explicit #include. Remove #include of iomap.h. platform_gk20a_tegra.c legacy rail gating code still relies on access to that header, so add it as explicit include. JIRA NVGPU-38 Change-Id: I1cf57b9d3a7ee5e3cad298341107e317b4b8662f Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1505926 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/pmu_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/pmu_gp106.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/pmu_gp106.c b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
index 2ecd2ef1..57ccd269 100644
--- a/drivers/gpu/nvgpu/gp106/pmu_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/pmu_gp106.c
@@ -16,6 +16,7 @@
16#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
17#include "gk20a/pmu_gk20a.h" 17#include "gk20a/pmu_gk20a.h"
18 18
19#include "gm20b/acr_gm20b.h"
19#include "gm20b/pmu_gm20b.h" 20#include "gm20b/pmu_gm20b.h"
20#include "gp10b/pmu_gp10b.h" 21#include "gp10b/pmu_gp10b.h"
21#include "gp106/pmu_gp106.h" 22#include "gp106/pmu_gp106.h"