summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h b/drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h
index 30638717..a0e92489 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h
+++ b/drivers/gpu/nvgpu/common/clock_gating/gating_reglist.h
@@ -25,6 +25,8 @@
25#ifndef GATING_REGLIST_H 25#ifndef GATING_REGLIST_H
26#define GATING_REGLIST_H 26#define GATING_REGLIST_H
27 27
28#include <nvgpu/types.h>
29
28struct gating_desc { 30struct gating_desc {
29 u32 addr; 31 u32 addr;
30 u32 prod; 32 u32 prod;
@@ -32,4 +34,3 @@ struct gating_desc {
32}; 34};
33 35
34#endif /* GATING_REGLIST_H */ 36#endif /* GATING_REGLIST_H */
35