summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pstate/pstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pstate/pstate.h')
-rw-r--r--drivers/gpu/nvgpu/pstate/pstate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.h b/drivers/gpu/nvgpu/pstate/pstate.h
index 4a3899a9..17dbd476 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.h
+++ b/drivers/gpu/nvgpu/pstate/pstate.h
@@ -24,7 +24,6 @@
24#ifndef __PSTATE_H__ 24#ifndef __PSTATE_H__
25#define __PSTATE_H__ 25#define __PSTATE_H__
26 26
27#include "gk20a/gk20a.h"
28#include "clk/clk.h" 27#include "clk/clk.h"
29 28
30#define CTRL_PERF_PSTATE_TYPE_3X 0x3 29#define CTRL_PERF_PSTATE_TYPE_3X 0x3
@@ -35,6 +34,8 @@
35 34
36#define CLK_SET_INFO_MAX_SIZE (32) 35#define CLK_SET_INFO_MAX_SIZE (32)
37 36
37struct gk20a;
38
38struct clk_set_info { 39struct clk_set_info {
39 enum nv_pmu_clk_clkwhich clkwhich; 40 enum nv_pmu_clk_clkwhich clkwhich;
40 u32 nominal_mhz; 41 u32 nominal_mhz;