summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-05-24 15:39:06 -0400
committerBo Yan <byan@nvidia.com>2018-05-24 16:50:35 -0400
commit775c69af8cffbd3c11cda027a99ad9d588e09f95 (patch)
tree3aebcf125c41c2c484589c19ff5bc3f50600f041 /drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
parentffb5cd7fdd0ed2a969faed7dbb4eb4bc00a5819f (diff)
gpu: nvgpu: Add types.h to clock gating headers
The headers use u32 and bool but do not include <nvgpu/types.h>. Moving around header includes exposed this issue in the cascade builds. This patch fixes the problem in all clock gating headers to avoid this being a concern in the future. Change-Id: Id56074df393d95bf65baf4062ac811d80d87e96b Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1729748 Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h b/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
index 2256ce4a..30ee149a 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
+++ b/drivers/gpu/nvgpu/common/clock_gating/gp10b_gating_reglist.h
@@ -23,6 +23,8 @@
23#ifndef GP10B_GATING_REGLIST_H 23#ifndef GP10B_GATING_REGLIST_H
24#define GP10B_GATING_REGLIST_H 24#define GP10B_GATING_REGLIST_H
25 25
26#include <nvgpu/types.h>
27
26struct gk20a; 28struct gk20a;
27 29
28void gp10b_slcg_bus_load_gating_prod(struct gk20a *g, 30void gp10b_slcg_bus_load_gating_prod(struct gk20a *g,